chore: Remove version from docker-compose.yml

This commit is contained in:
Rafael Epplée 2025-07-17 15:13:59 +02:00 committed by Moritz
parent 68cdaa0a01
commit 2e8f5ecba3
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -1,5 +1,3 @@
version: "3.5"
networks:
local:
rauthy-dev:
@ -30,7 +28,6 @@ services:
networks:
- rauthy-dev
rauthy:
container_name: rauthy-dev
image: ghcr.io/sebadob/rauthy:0.31.2
@ -56,13 +53,11 @@ services:
networks:
- rauthy-dev
- local
volumes:
- type: volume
source: rauthy-data
volumes:
- type: volume
source: rauthy-data
target: /app/data
volumes:
postgres-data:
rauthy-data: