diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index fda46ed..8dd5fc1 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -1,6 +1,5 @@ services: traefik: - container_name: traefik image: traefik:v3.6 command: --api.insecure=true --providers.docker ports: @@ -9,7 +8,6 @@ services: - /var/run/docker.sock:/var/run/docker.sock whoami: - container_name: whoami image: traefik/whoami:latest labels: traefik.enable: true @@ -17,7 +15,6 @@ services: traefik.http.routers.whoami.middlewares: tinyauth tinyauth-frontend: - container_name: tinyauth-frontend build: context: . dockerfile: frontend/Dockerfile.dev @@ -30,7 +27,6 @@ services: traefik.http.routers.tinyauth.rule: Host(`tinyauth.127.0.0.1.sslip.io`) tinyauth-backend: - container_name: tinyauth-backend build: context: . dockerfile: Dockerfile.dev diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 510a2d8..e33dc70 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -1,6 +1,5 @@ services: traefik: - container_name: traefik image: traefik:v3.6 command: --api.insecure=true --providers.docker ports: @@ -9,7 +8,6 @@ services: - /var/run/docker.sock:/var/run/docker.sock whoami: - container_name: whoami image: traefik/whoami:latest labels: traefik.enable: true @@ -17,8 +15,7 @@ services: traefik.http.routers.whoami.middlewares: tinyauth tinyauth: - container_name: tinyauth - image: ghcr.io/steveiliop56/tinyauth:v3 + image: ghcr.io/steveiliop56/tinyauth:v5 environment: - TINYAUTH_APPURL=https://tinyauth.example.com - TINYAUTH_AUTH_USERS=user:$$2a$$10$$UdLYoJ5lgPsC0RKqYH/jMua7zIn0g9kPqWmhYayJYLaZQ/FTmH2/u # user:password