Files
storyforge/deploy/storyforge-fnos-web-v4.compose.yaml

11 lines
382 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
- ./storyforge-fnos-web-v4.nginx.conf:/etc/nginx/conf.d/default.conf:ro