Update docker-compose.yml

This commit is contained in:
2025-06-06 15:16:40 +02:00
parent 30142f83df
commit a917822fb8

View File

@@ -5,7 +5,6 @@ services:
build: build:
context: https://git.kobeamerijckx.com/Kobe/docupulse.git context: https://git.kobeamerijckx.com/Kobe/docupulse.git
dockerfile: Dockerfile dockerfile: Dockerfile
command: gunicorn --bind 0.0.0.0:5000 app:app
ports: ports:
- "${PORT:-10335}:5000" - "${PORT:-10335}:5000"
environment: environment:
@@ -56,10 +55,8 @@ services:
volumes: volumes:
docupulse_postgres_data: docupulse_postgres_data:
name: docupulse_${PORT:-10335}_postgres_data name: docupulse_${PORT:-10335}_postgres_data
driver: local
docupulse_uploads: docupulse_uploads:
name: docupulse_${PORT:-10335}_uploads name: docupulse_${PORT:-10335}_uploads
driver: local
networks: networks:
public_network: public_network: