Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.env variables not works in docker compose file #160

Open
ta1kun opened this issue Jun 30, 2024 · 0 comments
Open

.env variables not works in docker compose file #160

ta1kun opened this issue Jun 30, 2024 · 0 comments

Comments

@ta1kun
Copy link

ta1kun commented Jun 30, 2024

hi,
i try to use environment variables in docker compose file but not works. pls let me know how to solve it. thx


version: "3"
services:
briefing:
image: holtwick/briefing:latest
restart: always
container_name: briefing
user: 1000:1000
ports:
- 8080:8080
volumes:
- ./docker/app/data:/app/data
environment:
- BRIEFING_SHOW_INVITATION_HINT=0
- BRIEFING_SHOW_INVITATION=0
- BRIEFING_ROOM_PATH=/room/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant