add env differentiation

This commit is contained in:
2025-06-29 18:50:23 +03:00
parent 7b17efd7cc
commit b37386b2c9
6 changed files with 11 additions and 0 deletions

View File

@ -10,4 +10,6 @@ services:
- ./data/db:/app/data/db
environment:
- PYROM_PROD=true
env_file:
- config/secrets.prod.env
restart: unless-stopped