jpg-quartz/custom/docker-compose.yml

15 lines
249 B
YAML

version: '3.4'
services:
quartz:
image: quartz-jpg
build:
context: .
dockerfile: Dockerfile
environment:
NODE_ENV: production
container_name: quartz-jpg-container
restart: always
ports:
- 8080:8080