Redirect
This commit is contained in:
13
docker-compose.dev.yaml
Normal file
13
docker-compose.dev.yaml
Normal 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:
|
||||
Reference in New Issue
Block a user