notebook
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user