rename rauthy-test to rauthy-dev

This commit is contained in:
Moritz 2025-07-03 13:32:14 +02:00
parent c43ed10fc4
commit b05cd7db77
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -2,7 +2,7 @@ version: "3.5"
networks: networks:
local: local:
rauthy-test: rauthy-dev:
driver: bridge driver: bridge
services: services:
@ -28,11 +28,11 @@ services:
ports: ports:
- "1080:1080" - "1080:1080"
networks: networks:
- rauthy-test - rauthy-dev
rauthy: rauthy:
container_name: rauthy-test container_name: rauthy-dev
image: ghcr.io/sebadob/rauthy:0.30.2 image: ghcr.io/sebadob/rauthy:0.30.2
environment: environment:
- LOCAL_TEST=true - LOCAL_TEST=true
@ -54,7 +54,7 @@ services:
- mailcrab - mailcrab
- db - db
networks: networks:
- rauthy-test - rauthy-dev
- local - local
volumes: volumes:
- type: volume - type: volume