mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
upt playbook
This commit is contained in:
@ -6,7 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
image: mysql:5.6
|
image: mysql:5.6
|
||||||
container_name: mysql
|
container_name: semaphore-mysql
|
||||||
hostname: mysql
|
hostname: mysql
|
||||||
environment:
|
environment:
|
||||||
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
|
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
|
||||||
@ -43,5 +43,5 @@ services:
|
|||||||
SEMAPHORE_LDAP_SEARCH_FILTER: "(&(objectClass=inetOrgPerson)(uid=%s))"
|
SEMAPHORE_LDAP_SEARCH_FILTER: "(&(objectClass=inetOrgPerson)(uid=%s))"
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- semaphore-mysql
|
||||||
restart: always
|
restart: always
|
Reference in New Issue
Block a user