This repository has the necessary compose files to get the theinfinitytimes webpage up and running
In the compose file, we create a network with 3 containers
- one for the api,
- one for the frontend
- one for the database with the following images from the dockerhub
- theinfinitytimes/theinfinitytimes-api
- theinfinitytimes/theinfinitytimes
- mongo
To get this up and running
- Clone the repository
git clone [email protected]:theinfinitytimes/theinfinitytimes-container-images
- From the repository's directory run
docker-compose up