mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
10 lines
155 B
YAML
10 lines
155 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
analytics:
|
|
image: nginx
|
|
environment:
|
|
- API_URL=$SERVICE_FQDN_API
|