Skip to content

pydock-com/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

favicon.png

GitHub stars GitHub forks GitHub watchers GitHub followers Hits

MENU

About us


keywords

pipe docker piper dock pidock pi dock pipe dock con dock


<script type="module"> import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs'; mermaid.initialize({ startOnReady:true, theme: 'forest', flowchart:{ useMaxWidth:false, htmlLabels:true } }); mermaid.init(undefined, '.language-mermaid'); </script>

CONTRIBUTION are always welcome:

Dokumentacja

wget https://raw.githubusercontent.com/flatedit/bash/main/flatedit.sh
chmod +x flatedit.sh
./flatedit.sh update
./flatedit.sh install
./flatedit.sh init
./flatedit.sh
./flatedit install
./flatedit init
./flatedit

Python Install

Zainstaluj biblioteki Pythona, jeśli jeszcze tego nie zrobiłeś. Możesz to zrobić używając pip:

py -m pip install --upgrade pip
py -m pip install --upgrade setuptools
py -m pip install --upgrade wheel
py -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
py -m pip install -r requirements.txt

Start docker

Pliki Dockerfile i docker-compose.yml umożliwiaj konteneryzację aplikacji React.js (src) i backendu Express, co sprawia, że aplikacja staje się bardziej przenośna i łatwa do wdrożenia. Dzięki Docker i Docker Compose możesz uruchomić złożone środowiska wielokontenerowe jedną komendą, co znacznie upraszcza zarządzanie i skalowanie aplikacji.

cd backend
docker build -t .
cd ..
cd src
docker build .

Zbuduj i uruchom kontenery za pomocą Docker Compose:

docker compose up --build

Debugowanie

Jeśli wystąpią problemy, sprawdź logi za pomocą:

docker compose logs

Zatrzymywanie kontenerów

docker compose down

If you need your build to connect to services running on the host, you can use the special host-gateway value for --add-host. In the following example, build containers resolve host.docker.internal to the host's gateway IP.

docker build --add-host host.docker.internal=host-gateway .

TODO

  • update project

  • Modular Documentation made possible by the FlatEdit project.

About

Website pydock.com on repository www for pydock-com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages