mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-07-01 08:17:38 +00:00
13 lines
233 B
YAML
13 lines
233 B
YAML
services:
|
|
quartz:
|
|
image: quartz-jpg
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
environment:
|
|
NODE_ENV: production
|
|
container_name: quartz-jpg-container
|
|
restart: always
|
|
ports:
|
|
- 8080:8080
|