https://github.com/kul1/b-255523-jd
Jinda dockerfile
https://github.com/kul1/b-255523-jd
docker jinda mongodb rails5
Last synced: about 2 months ago
JSON representation
Jinda dockerfile
- Host: GitHub
- URL: https://github.com/kul1/b-255523-jd
- Owner: kul1
- Created: 2019-08-28T16:29:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T14:34:20.000Z (over 2 years ago)
- Last Synced: 2025-02-04T15:29:51.455Z (4 months ago)
- Topics: docker, jinda, mongodb, rails5
- Language: JavaScript
- Size: 8.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jinda in Docker
- Sample Jinda Application in [email protected] in Docker
This sample already install through gem jinda with ruby 2.5.5@rails 5.2.3## How to install
- Download or clone to your computer with Docker installed
- cd b-255523-jd
- run the following command
~~~
docker-compose build
docker-compose up
~~~
To verify run
~~~
$docker ps
~~~
Should have following list
~~~
b-255523-jd $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5e6e3ad19759 b-255523-jd_web "entrypoint.sh bash …" 8 minutes ago Up 8 minutes 0.0.0.0:3000->3000/tcp b-255523-jd_web_1
0613daaa3f7d mongo "docker-entrypoint.s…" 8 minutes ago Up 8 minutes 0.0.0.0:27017->27017/tcp b-255523-jd_mongodb_1
~~~
at browser
~~~
http://localhost:3000
~~~

-