mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
14 lines
250 B
YAML
14 lines
250 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}
|