1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 06:27:30 +00:00

Update docker-compose.yml

This commit is contained in:
Steffo 2023-01-09 05:18:08 +01:00 committed by GitHub
parent 3d9824835e
commit 6ba767655f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!