Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!_