chore: remove compose incompatibility with wsl2
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e7515b5450
commit
30805b07ca
1 changed files with 2 additions and 8 deletions
|
|
@ -10,11 +10,7 @@ services:
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
POSTGRES_DB: mv_dev
|
POSTGRES_DB: mv_dev
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- postgres-data:/var/lib/postgresql/data
|
||||||
source: postgres-data
|
|
||||||
target: /var/lib/postgresql/data
|
|
||||||
volume:
|
|
||||||
nocopy: true
|
|
||||||
ports:
|
ports:
|
||||||
- "5000:5432"
|
- "5000:5432"
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -49,9 +45,7 @@ services:
|
||||||
- rauthy-dev
|
- rauthy-dev
|
||||||
- local
|
- local
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- rauthy-data:/app/data
|
||||||
source: rauthy-data
|
|
||||||
target: /app/data
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres-data:
|
postgres-data:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue