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:
@ -2,11 +2,10 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
semaphore-mysql:
|
db:
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
image: mysql:5.6
|
image: mysql:5.6
|
||||||
container_name: semaphore-mysql
|
|
||||||
hostname: mysql
|
hostname: mysql
|
||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/semaphore/mysql/data:/docker-entrypoint-initdb.d
|
- /share/docker_data/semaphore/mysql/data:/docker-entrypoint-initdb.d
|
||||||
@ -16,11 +15,10 @@ services:
|
|||||||
MYSQL_USER: semaphore_user
|
MYSQL_USER: semaphore_user
|
||||||
MYSQL_PASSWORD: StrongPassw0rd
|
MYSQL_PASSWORD: StrongPassw0rd
|
||||||
restart: always
|
restart: always
|
||||||
semaphore:
|
app:
|
||||||
ports:
|
ports:
|
||||||
- 3002:3000
|
- 3002:3000
|
||||||
image: ansiblesemaphore/semaphore:latest
|
image: ansiblesemaphore/semaphore:latest
|
||||||
container_name: semaphore
|
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
environment:
|
environment:
|
||||||
@ -45,5 +43,5 @@ services:
|
|||||||
SEMAPHORE_LDAP_SEARCH_FILTER: "(&(objectClass=inetOrgPerson)(uid=%s))"
|
SEMAPHORE_LDAP_SEARCH_FILTER: "(&(objectClass=inetOrgPerson)(uid=%s))"
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- semaphore-mysql
|
- db
|
||||||
restart: always
|
restart: always
|
Reference in New Issue
Block a user