mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Update docker-compose-test.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user