GithubHelp home page GithubHelp logo

thomasevano / easydocker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from romaindreidemy/mt5-easydocker

0.0 0.0 0.0 1005 KB

a web app that allows you to quickly and easily create and manage your docker-compose files with a simple and nice UI

JavaScript 0.49% Go 45.98% TypeScript 52.39% CSS 0.23% Makefile 0.24% HTML 0.55% Dockerfile 0.13%

easydocker's Introduction

EasyDocker

EasyDocker est une application qui permet de créer un fichier docker-compose.yml facilement via une interface graphique intuitive

Developpement

Les commandes docker les plus importantes se trouve dans le fichier Makefile

Lancer le projet

make up
# docker compose up --build --detach

Arrêter les container

make down
# docker compose down --remove-orphans

Installer les dépendances Front

make install
# docker compose exec -it front yarn install --ignore-engines

Build le Front

make build
# docker compose exec -it front yarn run build

Lancer le Front en mode watch

make watch
# docker compose exec -it front yarn run watch-build

Voir les logs

make logs:
# docker compose logs -f

Logs de l'API

make api-logs 
# docker compose logs -f api

Logs du Front

make front-logs
# docker compose logs -f front

Lint du Front

make front-linter
# docker compose exec -it front yarn lint

Logs de la base de donnée

make database-logs
# docker compose logs -f database

Ouvrir un terminal bash dans le container de l'API

make api-sh
# docker compose exec -it api sh

Ouvrir un terminal bash dans le container du Front

make front-sh
# docker compose exec -it front sh

Ouvrir un terminal bash dans le container de la base de donnée

make database-sh
# docker compose exec -it database sh

Lancer les tests de l'API

make api-test
# docker compose exec -it api go test -v ./...

easydocker's People

Contributors

romaindreidemy avatar jytostt avatar diyardigiplace avatar thomasevano avatar 10yar 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.