services: butterflyvu: image: oci.registry.sudovanilla.org/butterflyvu:latest restart: always volumes: - ./config.json:/app/config.json - ./docs/home.mdx:/app/src/content/home.mdx - ./docs/:/app/src/content/docs/ - ./dists/:/app/dist/ nginx: image: nginx:latest restart: always ports: - 4242:80 volumes: - ./dists/:/usr/share/nginx/html/