mirror of
https://github.com/onemarcfifty/ansible-rundeck.git
synced 2026-01-23 02:24:16 +00:00
Updating the docker-compose with some changes
This commit is contained in:
parent
7655f2951e
commit
fc6a3f7cea
1 changed files with 8 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
container_name: rundeck
|
||||
hostname: rundeck
|
||||
restart: on-failure:5
|
||||
links:
|
||||
- mariadb
|
||||
|
|
@ -20,6 +21,8 @@ services:
|
|||
- 8080:8080
|
||||
volumes:
|
||||
- ansible-data:/home/rundeck/ansible
|
||||
networks:
|
||||
- db-net
|
||||
mariadb:
|
||||
image: mariadb:10.5.8
|
||||
container_name: mariadb
|
||||
|
|
@ -28,6 +31,10 @@ services:
|
|||
.env
|
||||
volumes:
|
||||
- mariadb-data:/var/lib/mysql
|
||||
networks:
|
||||
- db-net
|
||||
volumes:
|
||||
mariadb-data:
|
||||
ansible-data:
|
||||
ansible-data:
|
||||
networks:
|
||||
db-net:
|
||||
Loading…
Add table
Add a link
Reference in a new issue