Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Islandora-Devops/isle-dc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4858f472c0690e421547228a1c48aa52bcd4f15a
Choose a base ref
..
head repository: Islandora-Devops/isle-dc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3c12e23db1392ab9b684adee619c87c3c96f13ed
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +3 −0 docker-compose.acme.yml
  2. +1 −0 docker-compose.traefik.yml
3 changes: 3 additions & 0 deletions docker-compose.acme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
version: "3.7"
services:
traefik:
# Do not set `api.insecure`, `api.dashboard`, `api.debug` to `true` in production.
# Also do not expose database 3306/5432, as an entry point.
# If the commands below are changed, please copy the changes to `docker-compose.acme.yml`.
command:
- --api.insecure=${EXPOSE_TRAEFIK_DASHBOARD:-false}
- --api.dashboard=${EXPOSE_TRAEFIK_DASHBOARD:-false}
1 change: 1 addition & 0 deletions docker-compose.traefik.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ services:
container_name: traefik
# Do not set `api.insecure`, `api.dashboard`, `api.debug` to `true` in production.
# Also do not expose database 3306/5432, as an entry point.
# If the commands below are changed, please copy the changes to `docker-compose.acme.yml`.
command:
- --api.insecure=${EXPOSE_TRAEFIK_DASHBOARD:-false}
- --api.dashboard=${EXPOSE_TRAEFIK_DASHBOARD:-false}