Compare commits

..

1 Commits

Author SHA1 Message Date
ec83d7c6ec updated dockerfiles
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
2025-03-18 17:33:26 +01:00
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm db:push
RUN pnpm build
CMD ["pnpm", "start"]

View File

@ -15,6 +15,8 @@ services:
- "traefik.http.routers.logipedia.rule=Host(`logipedia.shortman.me`)"
- "traefik.http.routers.logipedia.entrypoints=websecure"
- "traefik.http.routers.logipedia.tls.certresolver=myresolver"
- "traefik.http.services.nextapp-logipedia.loadbalancer.server.port=3000" # <-- This
networks:
- logipedia_network
- webproxy