From b05cd7db7736714f3be17a96ceef29bc24443243 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 3 Jul 2025 13:32:14 +0200 Subject: [PATCH] rename rauthy-test to rauthy-dev --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c41cc71..fc911c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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