https://github.com/nikro/docker-compose-template-app
A sample app.
https://github.com/nikro/docker-compose-template-app
Last synced: about 2 months ago
JSON representation
A sample app.
- Host: GitHub
- URL: https://github.com/nikro/docker-compose-template-app
- Owner: Nikro
- Created: 2023-05-22T17:04:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T23:35:10.000Z (about 3 years ago)
- Last Synced: 2025-03-20T15:50:07.991Z (about 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this project.
This is a tiny demo-project designed for:
- Blog Post - [Docker Compose based deployments](https://nikro.me/posts/docker-compose-based-deployments/).
- [Docker Compose Deployment Template](https://github.com/Nikro/docker-compose-template) - used to deploy dev/prod projects using docker compose.
## CI/CD - Github Actions
For this project, you'll need to supply some secrets:
- `HOST_DEV` - host's IP address
- `PORT_DEV` - the SSH port open for connections
- `USERNAME_DEV` - the ssh username
- `PKEY_DEV` - the private key used to connect to the host