Optimized default port

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-05 09:40:11 +02:00
parent 1bea9703ea
commit dfbc840c69
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
app/config.yaml app/config.yaml
*__pycache__* *__pycache__*
app/static/cache/* app/static/cache/*
.env

View File

@ -8,7 +8,7 @@ services:
image: application-portfolio image: application-portfolio
container_name: portfolio container_name: portfolio
ports: ports:
- "${PORT:-5000}:5000" - "${PORT:-5000}:${PORT:-5000}"
volumes: volumes:
- ./app:/app - ./app:/app
environment: environment: