fix

parent 5986df4e
......@@ -11,8 +11,6 @@ services:
- pgdata:/var/lib/postgresql/data
ports:
- "5432:5432"
networks:
- app-network
deploy:
restart_policy:
condition: unless-stopped
......@@ -39,8 +37,6 @@ services:
ports:
- "9000:9000"
- "9001:9001"
networks:
- app-network
deploy:
restart_policy:
condition: unless-stopped
......@@ -69,8 +65,6 @@ services:
POSTGRES_USER: "${POSTGRES_USER}"
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
POSTGRES_DB: "${POSTGRES_DB}"
networks:
- app-network
depends_on:
- postgres
- minio
......@@ -99,8 +93,6 @@ services:
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
POSTGRES_DB: "${POSTGRES_DB}"
DATA_HANDLER_URL: "http://data-handler:8000"
networks:
- app-network
depends_on:
- postgres
- minio
......@@ -123,7 +115,3 @@ services:
volumes:
pgdata:
miniodata:
\ No newline at end of file
networks:
app-network:
driver: overlay
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment