artemis.js/compose.yaml
2025-02-22 17:52:37 +01:00

14 lines
246 B
YAML

services:
app:
build: .
restart: unless-stopped
network_mode: host
logging:
driver: journald
options:
tag: artemis
volumes:
- ./data/temp:/app/data/temp
environment:
- NODE_ENV=production