chore: refactor docker compose env's
Tests / build (push) Successful in 6m41s
Tests / test (push) Failing after 12m31s
Tests / lint (push) Successful in 15m28s

This commit is contained in:
2026-08-04 23:07:58 +02:00
parent b60e4aa457
commit 436fc02b55
16 changed files with 86 additions and 63 deletions
+2
View File
@@ -12,6 +12,8 @@ services:
condition: service_healthy
redis:
condition: service_healthy
env_file:
- ../.env.docker
labels:
- "traefik.http.routers.api.rule=Host(`api.traefik.me`)"
- "traefik.http.services.api.loadbalancer.server.port=8080"