mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-01-14 22:18:43 +00:00
15 lines
235 B
YAML
15 lines
235 B
YAML
|
version: '3.4'
|
||
|
|
||
|
services:
|
||
|
quartz:
|
||
|
image: quartz-jpg
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
environment:
|
||
|
NODE_ENV: production
|
||
|
container_name: quartz
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 8080:8080
|