GithubHelp home page GithubHelp logo

bashlogs / yaml Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 50 KB

YAML Learning Repo

License: MIT License

Python 11.96% Dockerfile 15.14% HTML 11.70% JavaScript 61.20%
deployment docker yaml yaml-files

yaml's Introduction

YAML

YAML Learning Repo

Install requirements

pip install -r requirements.txt

Run Python script

To Read .yml files

python read_yaml.py <filename.yml>

Docker files

First build the docker image

docker build -t test5 .

Docker-compose.yml

Docker compose is a tool for defining and running multi-container Docker applications.
Run docker compose file

docker-compose up

Run docker compose file in background

docker-compose up -d

To check container is running or not

docker-compose ps

To stop the compose file

docker-compose down

Dockerfile

All the manual steps happens in the docker-compose.yml file.

Docker run command

For application:

docker run -e MONGO_URI=mongodb://mongodb2:27017/mydatabase --network network2 -p 3000:3000 -it app:dev

For mongodb:

 docker run --name mongodb2 -p 27017:27017 --network network2 -v volume2:/data/db -e MONGO_URI=mongodb://mongodb2:27017/ mongo

yaml's People

Contributors

bashlogs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.