mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
bitwarden
This commit is contained in:
@ -22,7 +22,7 @@ services:
|
|||||||
AUTH_AUTO_INITIATE: true
|
AUTH_AUTO_INITIATE: true
|
||||||
# Set the display name to be shown on the login button.
|
# Set the display name to be shown on the login button.
|
||||||
# (Login with <name>)
|
# (Login with <name>)
|
||||||
SAML2_NAME: authentik2
|
SAML2_NAME: authentik
|
||||||
# Name of the attribute which provides the user's email address
|
# Name of the attribute which provides the user's email address
|
||||||
SAML2_EMAIL_ATTRIBUTE: email
|
SAML2_EMAIL_ATTRIBUTE: email
|
||||||
# Name of the attribute to use as an ID for the SAML user.
|
# Name of the attribute to use as an ID for the SAML user.
|
||||||
|
@ -2,7 +2,7 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
docker_mon:
|
docker_mon:
|
||||||
image: philhawthorne/ha-dockermon
|
image: philhawthorne/ha-dockermon:latest
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ee:2.19.4
|
image: portainer/portainer-ee:2.19.5
|
||||||
ports:
|
ports:
|
||||||
- 9000:9000
|
- 9000:9000
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker-data/portainer/portainer-data/:/data
|
- /share/docker_data/portainer/portainer-data/:/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
Reference in New Issue
Block a user