Update docker-compose-test.yaml

This commit is contained in:
Andras Bacsai
2025-07-23 18:51:04 +02:00
committed by GitHub
parent f013a141ee
commit d18ed4123a

View File

@@ -4,9 +4,9 @@ services:
analytics: analytics:
image: nginx image: nginx
environment: environment:
- API_URL=$SERVICE_FQDN_API - API_URL=$SERVICE_URL_API
- ANOTHER_URL=$SERVICE_FQDN_ANOTHER_SERVICE - ANOTHER_URL=$SERVICE_FQDN_ANOTHER_SERVICE
another-service: another-service:
image: nginx image: nginx
environment: environment:
- API_URL=$SERVICE_FQDN_API - API_FQDN=$SERVICE_FQDN_API