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
|
||||
# Set the display name to be shown on the login button.
|
||||
# (Login with <name>)
|
||||
SAML2_NAME: authentik2
|
||||
SAML2_NAME: authentik
|
||||
# Name of the attribute which provides the user's email address
|
||||
SAML2_EMAIL_ATTRIBUTE: email
|
||||
# Name of the attribute to use as an ID for the SAML user.
|
||||
|
@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
docker_mon:
|
||||
image: philhawthorne/ha-dockermon
|
||||
image: philhawthorne/ha-dockermon:latest
|
||||
|
||||
restart: always
|
||||
volumes:
|
||||
|
@ -1,10 +1,10 @@
|
||||
version: "3"
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ee:2.19.4
|
||||
image: portainer/portainer-ee:2.19.5
|
||||
ports:
|
||||
- 9000:9000
|
||||
volumes:
|
||||
- /share/docker-data/portainer/portainer-data/:/data
|
||||
- /share/docker_data/portainer/portainer-data/:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user