Skip to content

docker-compose projects manager developed in Python and Vue

Notifications You must be signed in to change notification settings

aheadWorks/pystacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystacker

Running as docker container

docker run -p10080:80 -v /data:/data -v /var/run/docker.sock:/var/run/docker.sock -e APP_ID=stacker -e APP_HOST=localhost -e DOCKERHUB_LOGIN=mylogin -e DOCKERHUB_PASSWORD=mypassword -d aheadworks/pystacker:latest

will run pystacker at http://localhost:10080 and data directory(where stacks configs are stored) mounted at /data at host machine

Development mode

  • clone this repository
  • copy pystacker-backend/config/app.dist.yml to pystacker-backend/config/app.yml
  • install pystacker-backend package to your python environment(virualenv recommended): pip install -e pystacker-backend
  • install JS requirements: cd pystacker-front && npm install

Running backend: cd pystacker-backend && python run.py

Running frontend dev server: cd pystacker-front && npm run serve

About

docker-compose projects manager developed in Python and Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published