beta -> main
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m19s

This commit is contained in:
2026-03-01 22:28:18 +01:00
parent 13b23faf67
commit eb0b679cf5
3 changed files with 8 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ name: Build and Push Docker Image
on: on:
push: push:
branches: branches:
- beta - main
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -1 +1 @@
# beta.pihkaal.me # pihkaal.me

View File

@@ -1,19 +1,17 @@
services: services:
app: app:
container_name: beta-pihkaal-me container_name: pihkaal-me
image: git.pihkaal.me/pihkaal/pihkaal-me:latest image: git.pihkaal.me/pihkaal/pihkaal-me:latest
restart: unless-stopped restart: unless-stopped
networks: networks:
- web - web
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.beta-pihkaal-me.rule=Host(`beta.pihkaal.me`)" - "traefik.http.routers.pihkaal-me.rule=Host(`pihkaal.me`)"
- "traefik.http.routers.beta-pihkaal-me.middlewares=beta-pihkaal-me-auth" - "traefik.http.routers.pihkaal-me.middlewares=umami-middleware@file"
- "traefik.http.routers.beta-pihkaal-me.middlewares=umami-middleware@file" - "traefik.http.routers.pihkaal-me.tls=true"
- "traefik.http.routers.beta-pihkaal-me.tls=true" - "traefik.http.routers.pihkaal-me.tls.certResolver=myresolver"
- "traefik.http.routers.beta-pihkaal-me.tls.certResolver=myresolver" - "traefik.http.services.pihkaal-me.loadbalancer.server.port=3000"
- "traefik.http.services.beta-pihkaal-me.loadbalancer.server.port=3000"
- "traefik.http.middlewares.beta-pihkaal-me-auth.basicauth.users=${BASIC_AUTH_USERS}"
networks: networks:
web: web: