- input docker-compose.yaml in textarea
- parse yaml content in right code block
- config area chan
- configure a series of configuration items in the middle area, and then change them to the code block on the right
- yaml
- @monaco-editor/react
labels:
- "traefik.enable=true"
- "traefik.http.routers.sub-store.rule=Host(`xx.xx.xx`)"
- "traefik.http.services.sub-store.loadbalancer.server.port=3001"
- "traefik.http.routers.sub-store.entrypoints=websecure"
- "traefik.http.routers.sub-store.tls.certresolver=myresolver"