mirror of
https://github.com/unmojang/drasl.git
synced 2025-09-08 06:35:12 -04:00
20 lines
356 B
YAML
20 lines
356 B
YAML
version: "3"
|
|
|
|
services:
|
|
caddy:
|
|
image: caddy
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
volumes:
|
|
- ./Caddyfile:/etc/caddy/Caddyfile
|
|
- ./caddy/data:/data
|
|
- ./caddy/config:/config
|
|
drasl:
|
|
image: unmojang/drasl
|
|
ports:
|
|
- "127.0.0.1:25585:25585"
|
|
volumes:
|
|
- ./config:/etc/drasl
|
|
- ./data:/var/lib/drasl
|