This server runs Docker with Traefik reverse proxy. Apps get automatic HTTPS.
Fetch deployment config as JSON:
Create a docker-compose.yml with Traefik labels:
services:
myapp:
image: your-image:tag
restart: unless-stopped
networks:
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.http.routers.myapp.rule=Host(`myapp.urzas.work`)"
- "traefik.http.routers.myapp.entrypoints=websecure"
- "traefik.http.routers.myapp.tls.certresolver=letsencrypt"
networks:
traefik-public:
external: true
/home/odi/srv/dockge/stacks/myapp/docker compose up -dhttps://myapp.urzas.workDeployment requires SSH key authentication. Contact server owner for access.
Server: mm-greencloud-sg-001 | Domain: *.urzas.work