prod changes
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled

This commit is contained in:
2026-06-30 23:08:00 +00:00
parent 98e4210900
commit 7900b7e176
3 changed files with 27 additions and 24 deletions

View File

@@ -8,7 +8,12 @@ services:
- .env.production
environment:
DATABASE_URL: postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}
JWT_SECRET: "${JWT_SECRET:?JWT_SECRET must be set}"
OAUTH_CLIENT_SECRET: "${OAUTH_CLIENT_SECRET:?OAUTH_CLIENT_SECRET must be set}"
SMTP_PASSWORD: "${SMTP_PASSWORD:?SMTP_PASSWORD must be set}"
ADMIN_PASSWORD: "${ADMIN_PASSWORD:?ADMIN_PASSWORD must be set}"
volumes:
- ./config:/usr/app/config:ro
- kompress_eshop_data:/usr/app/data
networks:
- kompress_eshop-net
@@ -22,6 +27,7 @@ services:
timeout: 5s
retries: 3
start_period: 20s
command: ["start"]
postgres:
image: postgres:16-alpine