docker-compose pre prod (non final)

This commit is contained in:
tim
2026-07-01 20:05:40 +02:00
parent fbe0c3aa18
commit 4f0b706c28
6 changed files with 49 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ services:
ENCRYPTION_KEY: ${ENCRYPTION_KEY}
GEOIP_DB_PATH: /app/geoip/GeoLite2-Country.mmdb
volumes:
- ./geoip:/app/geoip:ro
- /home/tim/docker_volumes/bridzik/:/app/geoip:ro
restart: always
depends_on:
- db