diff --git a/docker-compose.yml b/docker-compose.yml index 7f011c3..5aff984 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: - POSTGRES_PORT=5432 - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - - POSTGRES_DB=template_db + - POSTGRES_DB=postgres - REDIS_HOST=redis - REDIS_PORT=6379 - APP_VERSION=${APP_VERSION:-1.0.0} @@ -37,7 +37,7 @@ services: environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - - POSTGRES_DB=template_db + - POSTGRES_DB=postgres volumes: - postgres-data:/var/lib/postgresql/data expose: