update for pc server

This commit is contained in:
2025-11-24 20:58:54 +01:00
parent 78f3381ec1
commit cc836f667f
2 changed files with 26 additions and 22 deletions

View File

@@ -24,12 +24,21 @@ services:
environment:
- DATABASE_URL=postgresql://user:password@db/testarena
- SCRIPTS_DIR=/app/scripts
depends_on:
- db
networks:
- app-network
restart: always
frontend-builder:
image: node:18-alpine
working_dir: /app
volumes:
- ./frontend:/app
command: sh -c "npm install && npm run build"
profiles:
- tools
networks:
- app-network
networks:
app-network:
driver: bridge