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

@@ -15,14 +15,16 @@ services:
# command: '--auth'
restart: unless-stopped
# spritzschema:
# image: spritzschema
# volumes:
# - ${PWD}/log:/var/log
# ports:
# - '3100:3100'
# container_name: spritzschema
# environment:
# - MONGOHOST=mongodb
# 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