Jetzt läufts erst mal auf citysensor.de (strato) mit der MongoDB auf IONOS
This commit is contained in:
rxf
2026-03-28 15:20:51 +01:00
parent b7736413d4
commit cb5062c0de
19 changed files with 1213 additions and 112 deletions

13
compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
geiger2:
image: docker.citysensor.de/geiger_web_26:latest
container_name: geiger2
restart: unless-stopped
env_file:
- .env.local
volumes:
- ${LOCALDIR}/log:/var/log
environment:
TZ: ${TZ:-Europe/Berlin}
ports:
- "3005:3005"