Create docker-compose-test.yaml

This commit is contained in:
Andras Bacsai
2025-07-18 20:07:13 +02:00
committed by GitHub
parent c76854a430
commit f013a141ee

View File

@@ -0,0 +1,12 @@
services:
api:
image: nginx
analytics:
image: nginx
environment:
- API_URL=$SERVICE_FQDN_API
- ANOTHER_URL=$SERVICE_FQDN_ANOTHER_SERVICE
another-service:
image: nginx
environment:
- API_URL=$SERVICE_FQDN_API