Load frontend configuration at container startup

This commit is contained in:
achraf
2026-06-07 16:32:23 +02:00
parent 0b2d38ee5e
commit 796fa7bb4b
10 changed files with 133 additions and 33 deletions

View File

@@ -2,14 +2,10 @@ services:
plimi:
build:
context: .
secrets:
- vite_env
image: plimi:local
container_name: plimi
env_file:
- .env
ports:
- "${PLIMI_PORT:-8080}:80"
restart: unless-stopped
secrets:
vite_env:
file: ./.env