rename rauthy-test to rauthy-dev
This commit is contained in:
parent
c43ed10fc4
commit
b05cd7db77
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ version: "3.5"
|
|||
|
||||
networks:
|
||||
local:
|
||||
rauthy-test:
|
||||
rauthy-dev:
|
||||
driver: bridge
|
||||
|
||||
services:
|
||||
|
|
@ -28,11 +28,11 @@ services:
|
|||
ports:
|
||||
- "1080:1080"
|
||||
networks:
|
||||
- rauthy-test
|
||||
- rauthy-dev
|
||||
|
||||
|
||||
rauthy:
|
||||
container_name: rauthy-test
|
||||
container_name: rauthy-dev
|
||||
image: ghcr.io/sebadob/rauthy:0.30.2
|
||||
environment:
|
||||
- LOCAL_TEST=true
|
||||
|
|
@ -54,7 +54,7 @@ services:
|
|||
- mailcrab
|
||||
- db
|
||||
networks:
|
||||
- rauthy-test
|
||||
- rauthy-dev
|
||||
- local
|
||||
volumes:
|
||||
- type: volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue