MiniTwit
May 23, 2023 ยท View on GitHub
Project - DevOps
This repository is our uni project for the subject DevOps.
Website
Our project is currently running on: http://46.101.250.219:5000/
Running the project
The project is run through the use of Docker / Docker Compose:
$ docker-compose server --build
To run the project on Apple Silicon Macbook:
$ DOCKER_DEFAULT_PLATFORM=linux/arm64 docker-compose up server --build