Mise à jour de 'docker-compose.yml'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Julien Leicher 2023-06-09 23:22:09 +02:00
parent 67507b81f0
commit bd0ffbe2c2

View File

@ -13,6 +13,8 @@ services:
image: postgres:14-alpine image: postgres:14-alpine
volumes: volumes:
- dbdata:/var/lib/postgresql/data - dbdata:/var/lib/postgresql/data
ports:
- "5432:5432"
environment: environment:
- POSTGRES_USER=app - POSTGRES_USER=app
- POSTGRES_PASSWORD=apppa55word - POSTGRES_PASSWORD=apppa55word