🔧 Testing a compose config with vars

This commit is contained in:
2021-11-03 13:06:33 -07:00
parent a383737535
commit 23a5cb383e

View File

@@ -6,11 +6,12 @@ services:
context: .
image: frishi/threetwo
container_name: threetwo-ui
env_file: ./docker-env/docker-compose.env
env_file:
- /docker-env/docker-compose.env
restart: unless-stopped
volumes:
- ${COMICS_DIRECTORY}:/comics
- ${USERDATA_DIRECTORY}:/userdata
- $COMICS_DIRECTORY:/comics
- $USERDATA_DIRECTORY:/userdata
ports:
- "8050:8050"
- "3050:3050"