Update Dockerfile, docker-compose, and package.json; add versioning script and styles for version display

Fix #21
This commit is contained in:
2025-01-30 18:51:25 +01:00
parent d7e96db210
commit 2ebf92a5d5
6 changed files with 49 additions and 21 deletions

View File

@@ -2,7 +2,6 @@ version: '3.8'
services:
org-todo-pwa:
image: org-todo-pwa
build: .
ports:
- "3044:3044"
@@ -26,5 +25,4 @@ services:
- "traefik.http.routers.plan.tls=true"
- "traefik.http.routers.plan.tls.certresolver=myhttpchallenge"
- "traefik.http.routers.plan.rule=Host(`todo.casablanca.wahlberg.se`)"
- "traefik.http.routers.plan.entrypoints=websecure"
- "traefik.http.routers.plan.entrypoints=websecure"