Better
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
services:
|
||||
app:
|
||||
container_name: app
|
||||
build: .
|
||||
ports:
|
||||
- "8080:80"
|
||||
- ${PORT}
|
||||
restart: always
|
||||
|
||||
tunnel:
|
||||
image: cloudflare/cloudflared:latest
|
||||
restart: always
|
||||
container_name: tunnel
|
||||
env_file: .env
|
||||
restart: unless-stopped
|
||||
command: tunnel --no-autoupdate run
|
||||
environment:
|
||||
- TUNNEL_TOKEN=${TUNNEL_TOKEN}
|
||||
|
||||
Reference in New Issue
Block a user