mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
18 lines
338 B
YAML
18 lines
338 B
YAML
services:
|
|
api:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
args:
|
|
NPM_TOKEN: ${NPM_TOKEN:?NPM_TOKEN not set}
|
|
ports:
|
|
- "3000"
|
|
environment:
|
|
- PORT=3000
|
|
- DB_CONNECTION=postgres
|
|
- TEST=${TEST}
|
|
analytics_test_2:
|
|
image: nginx
|
|
environment:
|
|
- API_URL=$SERVICE_FQDN_API
|