Skip to content

Instantly share code, notes, and snippets.

@xeioex
Created January 13, 2026 00:35
Show Gist options
  • Select an option

  • Save xeioex/d9e42f20686060a40137684a1ac993ca to your computer and use it in GitHub Desktop.

Select an option

Save xeioex/d9e42f20686060a40137684a1ac993ca to your computer and use it in GitHub Desktop.
services:
nginx.org:
ports:
- 8001:8080
build:
dockerfile: dev.Dockerfile
develop:
watch:
- path: ./xml
action: rebuild
- path: ./xsls
action: rebuild
- path: ./css
target: /var/www/libxslt/css
action: sync
tmpfs:
- /var/www/xslt
volumes:
- ./docker-nginx.conf:/etc/nginx/conf.d/default.conf
- ./xslt/version.xslt:/var/www/xslt/version.xslt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment