Compare commits
2 Commits
2ce587b1e0
...
8414e72870
| Author | SHA1 | Date | |
|---|---|---|---|
| 8414e72870 | |||
| 6b39886745 |
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Attach debugpy (melesICUmover)",
|
||||
"type": "python",
|
||||
"request": "attach",
|
||||
"connect": { "host": "127.0.0.1", "port": 5678 },
|
||||
"pathMappings": [
|
||||
{ "localRoot": "${workspaceFolder}", "remoteRoot": "/app" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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