This commit is contained in:
cdricms
2025-01-14 14:37:50 +01:00
parent 8aadc810d1
commit 8f89f236e7
4 changed files with 28 additions and 1 deletions

13
docker-compose.dev.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
psql:
container_name: latosa-database
image: postgres:17.2-alpine
restart: always
env_file: .env
ports:
- ${POSTGRES_PORT}:${POSTGRES_DOCKER_PORT}
volumes:
- le-data:/var/lib/postgresql/data
volumes:
le-data: