mirror of
https://github.com/cupcakearmy/morphus.git
synced 2024-12-22 08:06:30 +00:00
12 lines
174 B
YAML
12 lines
174 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
image: cupcakearmy/morphus
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- ./morphus.yaml:/app/morphus.yaml:ro
|
|
- ./data:/data
|
|
|