fix: remove deprecated compose version tag

This commit is contained in:
LRVT
2024-11-04 13:08:51 +01:00
parent ea9ff8a925
commit dba1b9f1cc
148 changed files with 658 additions and 603 deletions

View File

@@ -6,8 +6,6 @@ x-deploy: &default-deploy
update_config:
order: start-first
version: "3.7"
services:
firezone:
@@ -54,6 +52,8 @@ services:
postgres:
image: postgres:15-alpine
container_name: firezone-db
expose:
- 5432
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/firezone/db:/var/lib/postgresql/data
environment: