Files
coolify-examples/docker-compose/docker-compose.yml
2024-06-04 10:57:27 +02:00

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}