Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daliborgogic/reservations


https://github.com/daliborgogic/reservations

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Reservations

```bash
# build and run all the containers in a deamon mode
$ docker-compose -f docker-compose.yml up -d

# build independently
$ docker-compose -f docker-compose.yml build [container_name] && \
docker-compose -f docker-compose.yml up -d [container_name]
```