Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionghitun/portainer
Portainer with docker-compose
https://github.com/ionghitun/portainer
Last synced: about 2 months ago
JSON representation
Portainer with docker-compose
- Host: GitHub
- URL: https://github.com/ionghitun/portainer
- Owner: ionghitun
- License: mit
- Created: 2023-06-16T07:19:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-09T05:00:29.000Z (7 months ago)
- Last Synced: 2024-06-09T06:20:59.833Z (7 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Portainer with docker-compose
### Install notes
- copy `.env.example` to `.env` and edit it to match your settings
- if necessary modify `docker/nginx/custom_dev.conf` to match you `DOMAIN_HOST`
- run `docker-compose up -d` to bring up containers
- navigate to `DOMAIN_HOST` to see portainer info## Dependencies
- `nginx-proxy` - https://github.com/ionghitun/nginx-proxy
_Happy Coding!_