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