mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-08-03 07:36:20 -04:00
18 lines
321 B
YAML
18 lines
321 B
YAML
services:
|
|
app:
|
|
image: ghcr.io/isledecomp/isle-portable-emscripten:master
|
|
ports:
|
|
- "6931:6931"
|
|
volumes:
|
|
- ${ASSETS_PATH}:/assets
|
|
|
|
caddy:
|
|
image: caddy:latest
|
|
ports:
|
|
- "6932:6932"
|
|
volumes:
|
|
- ./Caddyfile:/etc/caddy/Caddyfile
|
|
- caddy_data:/data
|
|
|
|
volumes:
|
|
caddy_data: |