mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
13 lines
194 B
YAML
13 lines
194 B
YAML
services:
|
|
enclosed:
|
|
image: corentinth/enclosed
|
|
ports:
|
|
- 8787:8787
|
|
volumes:
|
|
- ./data:/app/.data
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
enclosed-data:
|
|
driver: local
|