Skip to content

.env variables not works in docker compose file #160

@ta1kun

Description

@ta1kun

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions