feat(*):增加了一些模型
This commit is contained in:
1
cloudflared/.env
Normal file
1
cloudflared/.env
Normal file
@@ -0,0 +1 @@
|
||||
# VARIABLE=value #comment
|
||||
8
cloudflared/compose.yaml
Normal file
8
cloudflared/compose.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
cloudflared-tunnel:
|
||||
image: docker.citory.tech/public/cloudflared:latest
|
||||
container_name: cloudflared-tunnel
|
||||
command: tunnel --no-autoupdate run --token eyJhIjoiYjZiYjdkZDFkYjA1NDExOGRjODNlMjJiYzJhNGIwZmYiLCJ0IjoiYTI0YTViYmYtYWU0MC00N2M4LWI0NTktYjRjMjlkMWVlMWFkIiwicyI6Ik1URmtabUprWWpBdE9UZzBZUzAwWm1FekxUZ3laVFF0TUdJM1pqSXhOVEUyTldGaCJ9
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user