mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 05:15:38 +02:00
Update docker-compose.yml
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user