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 <<: *default-deploy
postgres: postgres:
image: postgres:15-alpine image: postgres:18-alpine
container_name: firezone-db container_name: firezone-db
expose: expose:
- 5432 - 5432
volumes: 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: environment:
POSTGRES_DB: ${DATABASE_NAME:-firezone} POSTGRES_DB: ${DATABASE_NAME:-firezone}
POSTGRES_USER: ${DATABASE_USER:-postgres} POSTGRES_USER: ${DATABASE_USER:-postgres}