🔧 Testing a compose config with vars
This commit is contained in:
@@ -6,11 +6,12 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
image: frishi/threetwo
|
image: frishi/threetwo
|
||||||
container_name: threetwo-ui
|
container_name: threetwo-ui
|
||||||
env_file: ./docker-env/docker-compose.env
|
env_file:
|
||||||
|
- /docker-env/docker-compose.env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${COMICS_DIRECTORY}:/comics
|
- $COMICS_DIRECTORY:/comics
|
||||||
- ${USERDATA_DIRECTORY}:/userdata
|
- $USERDATA_DIRECTORY:/userdata
|
||||||
ports:
|
ports:
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
- "3050:3050"
|
- "3050:3050"
|
||||||
|
|||||||
Reference in New Issue
Block a user