Deploy to urzas.work

This server runs Docker with Traefik reverse proxy. Apps get automatic HTTPS.

For AI Assistants

Fetch deployment config as JSON:

GET https://deploy.urzas.work/index.json

Quick Start

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

Deploy Steps

  1. Copy your compose file to /home/odi/srv/dockge/stacks/myapp/
  2. SSH to server and run docker compose up -d
  3. Access at https://myapp.urzas.work

Access

Deployment requires SSH key authentication. Contact server owner for access.


Server: mm-greencloud-sg-001 | Domain: *.urzas.work