Skip to content

senzlab/compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Docker composes

aws compose

docker-compose up -d

local compose

docker-compose -f senz-compose.yml up -d

Hosts

switch

# local
# dev.localhost is the docker host of local machine, add host entry for it
dev.localhost   7070

# aws
172.17.0.1      7070

mongodb

# local
# dev.localhost is the docker host of local machine, add host entry for it
dev.localhost   27017

# aws
172.17.0.1      27017 

About

docker compose for senz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published