You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
287 B
YAML

version: '3.9'
services:
app:
build:
context: .
args:
ORIGIN: ${ORIGIN}
DATABASE_URL: ${DATABASE_URL}
container_name: ${DRONE_REPO_NAME}
environment:
ORIGIN: ${ORIGIN}
DATABASE_URL: ${DATABASE_URL}
ports:
- "${PORT}:3000"