docker-compose projects manager developed in Python and Vue
3.1K
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
pystacker-backend/config/app.dist.yml to pystacker-backend/config/app.ymlpip install -e pystacker-backendcd pystacker-front && npm installRunning backend:
cd pystacker-backend && python run.py
Running frontend dev server:
cd pystacker-front && npm run serve
Content type
Image
Digest
sha256:a03ff78dd…
Size
398.4 MB
Last updated
4 months ago
docker pull aheadworks/pystacker