feat: remove restart from dev docker-compose

This commit is contained in:
Nemo D'ACREMONT 2024-11-14 09:54:27 +01:00
parent 9a18f9ce11
commit a9fbd381cd
No known key found for this signature in database
GPG Key ID: 6E5BCE8022FA8276

View File

@ -5,7 +5,6 @@ services:
build:
context: ./PostgreSQL
dockerfile: Dockerfile
restart: always
environment:
- POSTGRES_DB=${DB_NAME}
- POSTGRES_USER=${DB_USER}
@ -17,6 +16,5 @@ services:
adminer:
image: adminer
restart: always
ports:
- 8080:8080