Compare commits

..

3 commits

3 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
- "keycloak"
- "postfix"
- "external_services"
command: "start --db=postgres --db-url=jdbc:postgresql://postgres:5432/keycloak --db-username=keycloak --db-password={{ postgres_passwords.keycloak }} --hostname={{ keycloak.domain }} --proxy=edge --https-port=8080"
command: "start --db=postgres --db-url=jdbc:postgresql://postgres:5432/keycloak --db-username=keycloak --db-password={{ postgres_passwords.keycloak }} --hostname={{ keycloak.domain }} --proxy=edge --https-port=8080 --http-relative-path=/auth"
environment:
VIRTUAL_HOST: "{{ keycloak.domain }}"
VIRTUAL_PORT: "8080"

View file

@ -8,7 +8,7 @@
- name: run portainer
docker_container:
name: portainer
image: portainer/portainer-ee:2.16.1
image: portainer/portainer-ee:2.16.2
restart_policy: always
networks:
- name: external_services

View file

@ -7,7 +7,7 @@
version: '3.6'
services:
restic-backup:
image: mazzolino/restic
image: mazzolino/restic:1.6.0
restart: always
environment:
RUN_ON_STARTUP: "true"
@ -29,7 +29,7 @@
- /docker-volumes:/mnt/volumes:ro
restic-prune:
image: "mazzolino/restic"
image: "mazzolino/restic:1.6.0"
environment:
RUN_ON_STARTUP: "true"
PRUNE_CRON: "0 0 4 * * *"