mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 23:05:40 +02:00
Update docker-compose.yml
This commit is contained in:
@@ -50,12 +50,12 @@ services:
|
||||
<<: *default-deploy
|
||||
|
||||
postgres:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:18-alpine
|
||||
container_name: firezone-db
|
||||
expose:
|
||||
- 5432
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone/db:/var/lib/postgresql/data
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone/db:/var/lib/postgresql
|
||||
environment:
|
||||
POSTGRES_DB: ${DATABASE_NAME:-firezone}
|
||||
POSTGRES_USER: ${DATABASE_USER:-postgres}
|
||||
|
||||
Reference in New Issue
Block a user