Staging env file and prefix title with [DEV] while in staging

This commit is contained in:
2025-08-26 19:50:45 +02:00
parent d160e6d1ca
commit 975aafa8b9
5 changed files with 16 additions and 3 deletions

View File

@ -16,5 +16,7 @@ services:
build:
context: .
dockerfile: Dockerfile
args:
mode: staging
ports:
- "4322:4321"