Update docker-compose.yml

This commit is contained in:
2025-06-06 11:54:57 +02:00
parent c0346efcc7
commit cde3cba527

View File

@@ -3,7 +3,7 @@ version: '3.8'
services: services:
web: web:
build: build:
context: https://github.com/yourusername/DocuPulse.git context: https://git.kobeamerijckx.com/Kobe/docupulse.git
dockerfile: Dockerfile dockerfile: Dockerfile
command: gunicorn --bind 0.0.0.0:5000 app:app command: gunicorn --bind 0.0.0.0:5000 app:app
ports: ports: