Update docker-compose.yml

This commit is contained in:
LRVT
2026-02-18 10:43:13 +01:00
committed by GitHub
parent 138b8ca011
commit 56e4f45577

View File

@@ -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}