11 lines
345 B
YAML
11 lines
345 B
YAML
services:
|
|
python-runner:
|
|
build: .
|
|
container_name: python-runner
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /mnt/user/Scripts:/scripts # tvoje skripty
|
|
- /mnt/user/JNJEMAILS:/mnt/JNJEMAILS # .msg soubory (read-only)
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway" # přístup na MongoDB na 192.168.1.76
|