changed code structure

This commit is contained in:
2021-03-02 09:29:45 +04:00
parent ebfac2321f
commit ce26e79118
7 changed files with 47 additions and 20 deletions

View File

@@ -6,12 +6,3 @@ build:
run:
go run main.go
set_virtualenv:
virtualenv p2p-rendering
install_docker_requirements:
source p2p-rendering/bin/activate && pip install -r server/docker/requirements.txt
dockerproc:
ADMIN_USER=admin ADMIN_PASSWORD=admin docker-compose -f server/docker/dockprom/docker-compose.yml up -d