Update docker-compose.yml
This commit is contained in:
@@ -5,7 +5,6 @@ services:
|
||||
build:
|
||||
context: https://git.kobeamerijckx.com/Kobe/docupulse.git
|
||||
dockerfile: Dockerfile
|
||||
command: gunicorn --bind 0.0.0.0:5000 app:app
|
||||
ports:
|
||||
- "${PORT:-10335}:5000"
|
||||
environment:
|
||||
@@ -56,10 +55,8 @@ services:
|
||||
volumes:
|
||||
docupulse_postgres_data:
|
||||
name: docupulse_${PORT:-10335}_postgres_data
|
||||
driver: local
|
||||
docupulse_uploads:
|
||||
name: docupulse_${PORT:-10335}_uploads
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
public_network:
|
||||
|
||||
Reference in New Issue
Block a user