portainer
January 25, 2021 ยท View on GitHub
This project has been generated by @inetum-orleans/docker-devbox-generator.
Usage
dc build
dc up -d
You may change environment configuration settings in .bash_enter.env file.
Advanced configuration
- Custom Nginx Proxy configuration
You should place your nginx-proxy configuration files in a directory named .nginx-proxy.
Use files literally named [domain] and [domain]_location.
[domain] will be replaced internally by the effective configured
domain ({$DOCKER_DEVBOX_DOMAIN_PREFIX}.{$DOCKER_DEVBOX_DOMAIN}), and files
will be installed to the nginx-proxy container.
@see https://github.com/jwilder/nginx-proxy#per-virtual_host @see https://github.com/jwilder/nginx-proxy#per-virtual_host-location-configuration
- Custom Traefik configuration
You should place your Traefik configuration files in a directory named .traefik.
Use files literally named [domain].toml.
[domain] will be replaced internally by the effective configured
domain ({$DOCKER_DEVBOX_DOMAIN_PREFIX}.{$DOCKER_DEVBOX_DOMAIN}), and files
will be installed to the traefik container.