Skip to content

Latest commit

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date

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 rahasak

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors