mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
13 lines
252 B
YAML
13 lines
252 B
YAML
services:
|
|
api:
|
|
image: nginx
|
|
analytics:
|
|
image: nginx
|
|
environment:
|
|
- API_URL=$SERVICE_URL_API
|
|
- ANOTHER_URL=$SERVICE_FQDN_ANOTHER_SERVICE
|
|
another-service:
|
|
image: nginx
|
|
environment:
|
|
- API_FQDN=$SERVICE_FQDN_API
|