mirror of
https://github.com/Steffo99/distributed-arcade.git
synced 2024-11-23 16:44:24 +00:00
Update docker-compose.yml
This commit is contained in:
parent
3d9824835e
commit
6ba767655f
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ services:
|
|||
environment:
|
||||
REDIS_CONN_STRING: "redis://redis:6379/"
|
||||
AXUM_HOST_STRING: "0.0.0.0:80"
|
||||
env_file: "./secrets/distributedarcade.env"
|
||||
env_file:
|
||||
- "stack.env"
|
||||
ports:
|
||||
- "127.0.0.1:30038:80" # Reverse proxy this!
|
||||
|
|
Loading…
Reference in a new issue