mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
upt playbook
This commit is contained in:
@ -20,7 +20,7 @@ services:
|
||||
'uid' => 'sAMAccountName',
|
||||
'base' => 'dc=sectorq,dc=eu'
|
||||
'bind_dn' => 'CN=admin,DC=sectorq,DC=eu',
|
||||
'password' => 'l4c1j4yd33Du5lo',
|
||||
'password' => '$LDAP_ADMIN_PASSWORD',
|
||||
'encryption' => 'plain',
|
||||
'verify_certificates' => false,
|
||||
'timeout' => 10,
|
||||
|
@ -17,6 +17,8 @@ services:
|
||||
app:
|
||||
ports:
|
||||
- 3002:3000
|
||||
uid: 0
|
||||
gid: 0
|
||||
image: semaphoreui/semaphore:latest
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
Reference in New Issue
Block a user