Files
pihkaal-me/docker-compose.yml
Pihkaal eb0b679cf5
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m19s
beta -> main
2026-03-01 22:28:18 +01:00

19 lines
569 B
YAML

services:
app:
container_name: pihkaal-me
image: git.pihkaal.me/pihkaal/pihkaal-me:latest
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