Files
coolify-examples/docker-compose/docker-compose.yml
2025-07-07 16:04:12 +02:00

19 lines
378 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}
- TEST_PASSWORD=$SERVICE_PASSWORD_64_API
analytics:
image: nginx
environment:
- API_URL=$SERVICE_FQDN_API