Files
storyforge/deploy/storyforge-fnos-web-v4.compose.yaml
2026-03-26 21:14:23 +08:00

10 lines
304 B
YAML

services:
storyforge-web-v4-dev:
image: docker.m.daocloud.io/library/nginx:alpine
container_name: storyforge-web-v4-dev
restart: unless-stopped
ports:
- "${STORYFORGE_WEB_V4_DEV_PORT:-19192}:80"
volumes:
- ../../storyforge/web/storyforge-web-v4:/usr/share/nginx/html:ro