Skip to content

Latest commit

History

History
22 lines (14 loc) 路 552 Bytes

deployment.md

File metadata and controls

22 lines (14 loc) 路 552 Bytes

Deployment

Deployment through a docker container

The following commands will create a docker image and create a docker container:

$ docker build -t earaujoassis/space .
$ docker run -d -p 8080:8080 earaujoassis/space

The project also provides a docker-compose setup, which could be configured through:

$ docker-compose up --build

As describe in the docker-compose file, it relies on a Redis instance and a PostgreSQL database.

License

MIT License 漏 Ewerton Assis