Exercice 2

This commit is contained in:
2025-08-28 07:13:19 +02:00
parent bd64e734bf
commit f067959843
7 changed files with 122 additions and 66 deletions

View File

@@ -8,8 +8,8 @@ services:
POSTGRES_USER: ${COMPOSE_PROJECT_NAME}
volumes:
- database_data:/var/lib/postgresql/data:rw
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
- ./data:/tmp
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d:Z
- ./data:/tmp:Z
ports:
- 5432:5432