This commit is contained in:
brow3c
2021-09-26 01:35:51 +09:00
parent dab6a2e096
commit 0db1ea195b

View File

@@ -10,7 +10,7 @@ services:
- ./nginx/spiduler.conf:/etc/nginx/conf.d/default.conf
restart: unless-stopped
depends_on:
- bro-gateway
- gateway
gateway:
image: node:lts-alpine
@@ -28,8 +28,8 @@ services:
entrypoint: node /var/www/spiduler/bro-app-browser
restart: unless-stopped
depends_on:
- bro-nginx
- bro-chrome
- nginx
- chrome
tor:
image: dperson/torproxy