22 lines
596 B
YAML
Executable File
22 lines
596 B
YAML
Executable File
services:
|
|
http2pic:
|
|
build:
|
|
context: ../
|
|
dockerfile: docker/Dockerfile
|
|
restart: unless-stopped
|
|
ports:
|
|
- 80
|
|
environment:
|
|
- URL=https://http2pic.haschek.at
|
|
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
|