poprawki w anonimizacji i env

This commit is contained in:
Mateusz Gruszczyński
2025-08-28 10:41:01 +02:00
parent e9db945bb4
commit 2186c81264
2 changed files with 25 additions and 9 deletions

View File

@@ -1,10 +1,14 @@
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "${APP_PORT:-8080}:8080"
- "${APP_PORT:-8080}:${APP_PORT:-8080}"
volumes:
- ./instance:/app/instance
restart: unless-stopped
env_file:
- .env