Adding env file placeholder is manddatory for portainer env variables workflow #73

Merged
hitanshu merged 1 commits from hitanshu/CFTunnels:prod_deploy into test 2025-09-21 07:01:53 +00:00
Showing only changes of commit fb4ff60729 - Show all commits

View File

@ -12,4 +12,6 @@ services:
- OAUTH_CLIENT_ID=${OAUTH_CLIENT_ID} - OAUTH_CLIENT_ID=${OAUTH_CLIENT_ID}
- OAUTH_CLIENT_SECRET=${OAUTH_CLIENT_SECRET} - OAUTH_CLIENT_SECRET=${OAUTH_CLIENT_SECRET}
- HOST_PORT=${HOST_PORT} - HOST_PORT=${HOST_PORT}
env_file:
- stack.env
restart: unless-stopped restart: unless-stopped