http2pic/docker/dokploy-compose.yml
2025-06-10 11:16:25 +02:00

20 lines
539 B
YAML

services:
http2pic:
build:
context: ../
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- 80
networks:
- dokploy-network
labels:
- "traefik.enable=true"
- "traefik.http.routers.http2pic.rule=Host(`http2pic.haschek.at`)"
- "traefik.http.routers.http2pic.entrypoints=websecure"
- "traefik.http.routers.http2pic.tls.certResolver=letsencrypt"
- "traefik.http.services.http2pic.loadbalancer.server.port=80"
networks:
dokploy-network:
external: true