awef
This commit is contained in:
parent
2ce587b1e0
commit
6b39886745
@ -1,16 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
ingest:
|
melesICUmover:
|
||||||
build: .
|
build: .
|
||||||
container_name: melesICUmover
|
container_name: melesICUmover
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
CONFIG_YAML: /app/config.yaml
|
CONFIG_YAML: /app/config.yaml
|
||||||
volumes:
|
DEBUGPY: "1"
|
||||||
- ./config.yaml:/app/config.yaml:ro
|
|
||||||
logging:
|
|
||||||
driver: "json-file"
|
|
||||||
options:
|
|
||||||
max-size: "10m"
|
|
||||||
max-file: "3"
|
|
||||||
ports:
|
ports:
|
||||||
- "5678:5678"
|
- "5678:5678"
|
||||||
|
volumes:
|
||||||
|
- ./:/app
|
||||||
|
- ./config.yaml:/app/config.yaml:ro
|
||||||
Loading…
x
Reference in New Issue
Block a user