Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker #128

Open
blade-sensei opened this issue Aug 26, 2021 · 1 comment
Open

docker #128

blade-sensei opened this issue Aug 26, 2021 · 1 comment
Projects

Comments

@blade-sensei
Copy link
Owner

No description provided.

@blade-sensei blade-sensei created this issue from a note in board (Done) Aug 26, 2021
@blade-sensei
Copy link
Owner Author

version: '3'
volumes:
container_node_modules:
services:
mongo:
image: mongo
ports:
- '27017:27017'
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: password
volumes:
- ./db-data:/var/lib/mongo/data
worker:
build: .docker/development
ports:
- '3005:3005'
volumes:
- ./:/usr/src/app
- container_node_modules:/usr/src/app/node_modules
depends_on:
- mongo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
board
  
Done
Development

No branches or pull requests

1 participant