mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
Update docker-compose.yml (#20)
Use "postgres-data" instead of "postgres-data-dev" for volume in service postgres.
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-password}
|
||||
volumes:
|
||||
- postgres-data-dev:/var/lib/postgresql/data
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
image: ${REDIS_DOCKER_IMAGE:-redis:6.2-alpine}
|
||||
|
||||
Reference in New Issue
Block a user