Update docker-compose.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user