alles auf Module (import) umgeschrieben

This commit is contained in:
rxf
2026-01-16 16:24:41 +01:00
parent ec953b0ae6
commit 72c806be24
9 changed files with 179 additions and 39 deletions

View File

@@ -0,0 +1,30 @@
version: '3.9'
volumes:
mongodata:
services:
mongodb:
image: mongo
volumes:
- mongodata:/data/db
- ${PWD}/log:/var/log
ports:
- "27017:27017"
container_name: mongodb
# command: '--auth'
restart: unless-stopped
#spritzschema:
# build:
# context: .
# dockerfile: Dockerfile_spritzschema
# volumes:
# - ${PWD}/log:/var/log
# #ports:
# # - '3100:3014'
# container_name: spritzschema
# environment:
# - MONGOHOST=mongodb
# restart: unless-stopped