update theme

This commit is contained in:
thibaud-leclere
2026-03-30 12:13:19 +02:00
parent 99abd78495
commit 3c15c12255
12 changed files with 966 additions and 120 deletions

View File

@@ -10,7 +10,7 @@ services:
- .:/app
- vendor:/app/vendor
ports:
- "80:80"
- "${PORT_80:-80}:80"
database:
ports:
@@ -27,7 +27,7 @@ services:
- vendor:/app/vendor
- node_modules:/app/node_modules
ports:
- "5173:5173"
- "${PORT_5173:-5173}:5173"
depends_on:
- app