Skip to content

Commit 8bf54d1

Browse files
authored
Merge pull request #2 from furan917/patch-1
Add Dozzle to stack
2 parents 21e3db4 + b7f93fa commit 8bf54d1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docker/services.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,14 @@ services:
208208
image: rabbitmq:3.8
209209
container_name: 'rabbitmq'
210210

211+
dozzle:
212+
container_name: dozzle
213+
image: amir20/dozzle:latest
214+
volumes:
215+
- /var/run/docker.sock:/var/run/docker.sock
216+
ports:
217+
- 9999:8080
218+
211219
lighthouse-server:
212220
build:
213221
context: ./lighthouse-server

project/mage_titans

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ github_args='--depth 1';
3737
resources_storage='local'; # Where to access shared resources (see README.md), 'local' or 's3'
3838
db_host='mysql80'; # 'percona56' or 'percona57'
3939
php_host='php81'; # 'php56', 'php70', 'php72', 'php73' or 'php74'
40-
required_containers=( "nginx" "rediscache" "redissession" "redisfullpage" "elasticsearch716" "gitea" "kibana" "lighthouse-server" "${php_host}" "${db_host}");
40+
required_containers=( "nginx" "rediscache" "redissession" "redisfullpage" "elasticsearch716" "gitea" "kibana" "dozzle" "lighthouse-server" "${php_host}" "${db_host}");
4141
composer_version="2";
4242
db_name='mage_titans'; # unique name for this database
4343
vmhost_name='titans.loc'; # domain name for this project in local vm.

0 commit comments

Comments
 (0)