Skip to content

Commit 5916b16

Browse files
added tunnel back
1 parent d6610af commit 5916b16

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,14 @@ services:
2525
db:
2626
condition: service_healthy
2727

28+
tunnel:
29+
image: cloudflare/cloudflared:latest
30+
restart: unless-stopped
31+
command: tunnel run
32+
env_file:
33+
- .env
34+
depends_on:
35+
- api
36+
2837
volumes:
2938
pgdata:

0 commit comments

Comments
 (0)