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