CUB-114: Update Pi 5 kiosk deployment for Go + React stack
All checks were successful
Dev Build / build-test (pull_request) Successful in 1m22s

This commit is contained in:
2026-05-19 14:12:14 -04:00
parent 10c9340e74
commit a1d47f2536
7 changed files with 249 additions and 17 deletions

View File

@@ -28,13 +28,10 @@ services:
ports:
- "5080:8080"
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://+:8080
- EXTRUDEX_DB_HOST=extrudex-db
- EXTRUDEX_DB_PORT=5432
- EXTRUDEX_DB_NAME=extrudex
- EXTRUDEX_DB_USER=extrudex
- EXTRUDEX_DB_PASSWORD=changeme
- DATABASE_URL=postgres://extrudex:changeme@extrudex-db:5432/extrudex?sslmode=disable
- PORT=8080
- CORS_ORIGIN=*
- LOG_LEVEL=info
depends_on:
extrudex-db:
condition: service_healthy
@@ -44,7 +41,7 @@ services:
interval: 30s
timeout: 10s
retries: 3
start_period: 40s
start_period: 15s
networks:
- extrudex-network