Adding env file placeholder is manddatory for portainer env variables workflow

This commit is contained in:
hitanshu310 2025-09-21 12:29:30 +05:30
parent 6b6ef23108
commit fb4ff60729

View File

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