mirror of
https://github.com/artiemis/artemis.js.git
synced 2026-02-14 10:21:54 +00:00
15 lines
278 B
YAML
15 lines
278 B
YAML
services:
|
|
artemis:
|
|
container_name: artemis
|
|
build: .
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
logging:
|
|
driver: journald
|
|
options:
|
|
tag: artemis
|
|
volumes:
|
|
- ./data/temp:/app/data/temp
|
|
environment:
|
|
- NODE_ENV=production
|