An open API service indexing awesome lists of open source software.

https://github.com/cngjo/docker-deployment

repository to try out docker deployment
https://github.com/cngjo/docker-deployment

cicd deployment-workflow docker docker-compose docker-deployment

Last synced: about 2 months ago
JSON representation

repository to try out docker deployment

Awesome Lists containing this project

README

          

# Docker Development / Deployment structure

https://hub.docker.com/r/jojopr/docker-deployment

This test uses php, but it could just be anything

## Local Development

`docker-compose up -d`
the `application` directory gets mounted as a volume, so you can just develop

## Deployment
`docker build application -t `

You then can push to a docker registry and with a tool like watchtower make the final deployment to production / staging / whatever

## Further Documentation / Thoughts

I guess it would be the best - and the documentation does this in some examples - to run the production in docker-compose
with containrrr/watchtower being one part of the composition

https://containrrr.dev/watchtower/http-api-mode/