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"