mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
7 lines
133 B
YAML
7 lines
133 B
YAML
services:
|
|
yolo:
|
|
image: nginx
|
|
environment:
|
|
FOO_BAR: '123' #foobar
|
|
API: '${API_URL:-${SERVICE_URL_YOLO}/api}' #apiyolo
|