mirror of
https://github.com/BreizhHardware/cours-ISEN-MD.git
synced 2026-03-18 21:50:46 +01:00
12 lines
225 B
YAML
12 lines
225 B
YAML
services:
|
|
db:
|
|
image: postgres:17
|
|
environment:
|
|
POSTGRES_DB: devweb
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: a
|
|
ports:
|
|
- "5432:5432"
|
|
volumes:
|
|
- ./sql:/docker-entrypoint-initdb.d
|