[fix] Fixes after refactoring

This commit is contained in:
ITQ
2024-04-01 12:17:38 +03:00
parent c1807ce032
commit 49a2ef525f
6 changed files with 10 additions and 25 deletions
-4
View File
@@ -24,9 +24,6 @@ services:
depends_on:
postgres:
condition: service_healthy
restart: unless-stopped
expose:
- 8000
environment:
POSTGRES_USER: ${POSTGRES_USER:-postgres}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
@@ -68,5 +65,4 @@ services:
volumes:
postgres_data:
redis_data:
pgadmin_data: