mirror of
https://github.com/hhftechnology/Marketplace.git
synced 2026-04-29 18:28:14 -05:00
13 lines
290 B
YAML
13 lines
290 B
YAML
services:
|
|
dashy:
|
|
image: lissy93/dashy
|
|
container_name: Dashy
|
|
volumes:
|
|
- /DASHY_CONFIG/conf.yml:/app/user-data/conf.yml
|
|
- /DASHY_ICONS:/app/public/item-icons/icons
|
|
ports:
|
|
- 8080:8080
|
|
environment:
|
|
- NODE_ENV=production
|
|
restart: unless-stopped
|