Update docker-compose.yaml

This commit is contained in:
Andras Bacsai
2024-03-18 12:32:08 +01:00
committed by GitHub
parent 205f195d5f
commit 66d8fb7b9f

View File

@@ -8,10 +8,10 @@ services:
environment: environment:
- PORT=3000 - PORT=3000
- DB_CONNECTION=postgres - DB_CONNECTION=postgres
database: # database:
image: postgres:14-alpine # image: postgres:14-alpine
volumes: # volumes:
- db-data:/var/lib/postgresql/data # - db-data:/var/lib/postgresql/data
environment: # environment:
- POSTGRES_DB=database # - POSTGRES_DB=database
- POSTGRES_PASSWORD=password # - POSTGRES_PASSWORD=password