Correct production runtime contract

This commit is contained in:
b0txec
2026-08-20 19:33:36 +03:00
parent 626f310712
commit a22c63808c
3 changed files with 11 additions and 6 deletions
+5 -5
View File
@@ -27,18 +27,18 @@ services:
postgres:
condition: service_healthy
environment:
DB_URL: jdbc:postgresql://postgres:5432/${POSTGRES_DB}
DB_USER: ${POSTGRES_USER}
DB_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_HOST: postgres
ENABLE_SCHEDULED_JOBS: "false"
DEBUG: "false"
ports:
- "127.0.0.1:${WEATHERTOOL_PORT:-8002}:8080"
volumes:
- ./data/app:/app/data
read_only: true
tmpfs:
- /tmp:size=64m,mode=1777
- /app/data:size=256m,mode=0770,uid=100,gid=101
networks:
- backend
security_opt: