BREAKING CHANGE: start over for react + three project

This commit is contained in:
2025-05-21 17:39:12 +02:00
parent a6154e1aab
commit 5a82769a5d
81 changed files with 1443 additions and 5728 deletions

View File

@@ -1,17 +0,0 @@
services:
pihkaal-me:
image: pihkaal/me:latest
networks:
- web
labels:
- "traefik.enable=true"
- "traefik.http.routers.pihkaal-me.rule=Host(`pihkaal.me`)"
- "traefik.http.routers.pihkaal-me.service=pihkaal-me"
- "traefik.http.services.pihkaal-me.loadbalancer.server.port=80"
- "traefik.http.routers.pihkaal-me.tls=true"
- "traefik.http.routers.pihkaal-me.tls.certResolver=myresolver"
restart: always
networks:
web:
external: true