chore: Remove version from docker-compose.yml #100
1 changed files with 3 additions and 8 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
version: "3.5"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
local:
|
local:
|
||||||
rauthy-dev:
|
rauthy-dev:
|
||||||
|
|
@ -30,7 +28,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- rauthy-dev
|
- rauthy-dev
|
||||||
|
|
||||||
|
|
||||||
rauthy:
|
rauthy:
|
||||||
container_name: rauthy-dev
|
container_name: rauthy-dev
|
||||||
image: ghcr.io/sebadob/rauthy:0.31.2
|
image: ghcr.io/sebadob/rauthy:0.31.2
|
||||||
|
|
@ -56,13 +53,11 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- rauthy-dev
|
- rauthy-dev
|
||||||
- local
|
- local
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- type: volume
|
||||||
source: rauthy-data
|
source: rauthy-data
|
||||||
target: /app/data
|
target: /app/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres-data:
|
postgres-data:
|
||||||
rauthy-data:
|
rauthy-data:
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue