| name: proxy | |
| image: | |
| repository: library/nginx | |
| tag: 1.27.1-alpine3.20-slim | |
| pullPolicy: IfNotPresent | |
| config: "nginx configuration" | |
| ports: | |
| - name: web | |
| value: 8080 | |
| protocol: TCP | |
| - name: API | |
| value: 9090 | |
| protocol: UDP | |
| vpn: | |
| enabled: false | |
| image: | |
| repository: tailscale/tailscale | |
| tag: v1.42.0 | |
| pullPolicy: IfNotPresent | |
| preAuthKey: "" | |
| loginServer: "" | |
| hostname: "" |