mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-16 00:00:03 +01:00
662 B
662 B
Production Setup
For development setup instructions see @ref web-development. The production setup is based on docker. Clone the frontend and backend repositories on your computer and build the Docker images for both:
Frontend
cd VILLASweb
docker build -t villasweb-frontend .
Backend
cd ..\VILLASweb-backend-go
docker build -t villasweb-backend .
TODO Docker compose and/or Kubernetes
Run the production docker-compose file:
docker-compose -f docker-compose-production.yml up -d