chore: remove compose incompatibility with wsl2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2026-01-12 14:16:08 +01:00
parent e7515b5450
commit 30805b07ca
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2

View file

@ -10,11 +10,7 @@ services:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: mv_dev
volumes:
- type: volume
source: postgres-data
target: /var/lib/postgresql/data
volume:
nocopy: true
- postgres-data:/var/lib/postgresql/data
ports:
- "5000:5432"
networks:
@ -49,9 +45,7 @@ services:
- rauthy-dev
- local
volumes:
- type: volume
source: rauthy-data
target: /app/data
- rauthy-data:/app/data
volumes:
postgres-data: