Initial commit.
This commit is contained in:
commit
b48a4e92e1
169 changed files with 7538 additions and 0 deletions
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
web:
|
||||
image: kudoz/hostr
|
||||
env_file: .env-docker
|
||||
links:
|
||||
- redis
|
||||
- mongo
|
||||
ports:
|
||||
- 443:4040
|
||||
redis:
|
||||
image: redis
|
||||
ports:
|
||||
- 6379:6379
|
||||
mongo:
|
||||
image: mongo
|
||||
ports:
|
||||
- 27017:27017
|
Loading…
Add table
Add a link
Reference in a new issue