Files
pihkaal-me/docker-compose.yml
Pihkaal 05eb29ad8b
All checks were successful
Build and Deploy / build (push) Successful in 2m11s
Build and Deploy / deploy (push) Successful in 2s
feat: use portainer hook instead of pushing image to gitea package repository
2026-05-30 23:16:49 +02:00

19 lines
530 B
YAML

services:
app:
container_name: pihkaal-me
build: .
restart: unless-stopped
networks:
- web
labels:
- "traefik.enable=true"
- "traefik.http.routers.pihkaal-me.rule=Host(`pihkaal.me`)"
- "traefik.http.routers.pihkaal-me.middlewares=umami-middleware@file"
- "traefik.http.routers.pihkaal-me.tls=true"
- "traefik.http.routers.pihkaal-me.tls.certResolver=myresolver"
- "traefik.http.services.pihkaal-me.loadbalancer.server.port=3000"
networks:
web:
external: true