Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/reservations
https://github.com/daliborgogic/reservations
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daliborgogic/reservations
- Owner: daliborgogic
- License: mit
- Created: 2017-06-06T13:25:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T15:18:41.000Z (over 7 years ago)
- Last Synced: 2024-10-17T19:15:24.101Z (27 days ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```