Removed chrome image remnants
This commit is contained in:
parent
51e06c256a
commit
e89ae06646
2 changed files with 3 additions and 21 deletions
|
@ -43,9 +43,6 @@ DBL=
|
||||||
# Put Tenor API key here (used for obtaining raw tenor GIF urls)
|
# Put Tenor API key here (used for obtaining raw tenor GIF urls)
|
||||||
TENOR=
|
TENOR=
|
||||||
|
|
||||||
# Put headless Chrome IP here
|
|
||||||
CHROME=172.17.0.1:9222
|
|
||||||
|
|
||||||
# Put HTML help page output location here, leave blank to disable
|
# Put HTML help page output location here, leave blank to disable
|
||||||
OUTPUT=
|
OUTPUT=
|
||||||
# Put temporary image dir here (make sure it's accessible via a web server), leave blank to disable
|
# Put temporary image dir here (make sure it's accessible via a web server), leave blank to disable
|
||||||
|
|
|
@ -16,14 +16,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
OUTPUT: /home/esmBot/help
|
OUTPUT: /home/esmBot/help
|
||||||
TEMPDIR: /home/esmBot/temp
|
TEMPDIR: /home/esmBot/temp
|
||||||
# chrome remote debugger can only be accessed over localhost or IP
|
|
||||||
CHROME: 172.20.0.4:9222
|
|
||||||
links:
|
links:
|
||||||
- lavalink
|
- lavalink
|
||||||
- chrome
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
- chrome
|
|
||||||
- lavalink
|
- lavalink
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
@ -43,16 +39,6 @@ services:
|
||||||
esmbot:
|
esmbot:
|
||||||
ipv4_address: 172.20.0.3
|
ipv4_address: 172.20.0.3
|
||||||
|
|
||||||
chrome:
|
|
||||||
container_name: chrome
|
|
||||||
build:
|
|
||||||
context: ./utils/screenshot
|
|
||||||
image: headless-chrome-alpine
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
esmbot:
|
|
||||||
ipv4_address: 172.20.0.4
|
|
||||||
|
|
||||||
lavalink:
|
lavalink:
|
||||||
container_name: lavalink
|
container_name: lavalink
|
||||||
image: fredboat/lavalink:dev
|
image: fredboat/lavalink:dev
|
||||||
|
@ -62,7 +48,7 @@ services:
|
||||||
- ./assets:/opt/Lavalink/assets
|
- ./assets:/opt/Lavalink/assets
|
||||||
networks:
|
networks:
|
||||||
esmbot:
|
esmbot:
|
||||||
ipv4_address: 172.20.0.5
|
ipv4_address: 172.20.0.4
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
|
@ -77,7 +63,7 @@ services:
|
||||||
POSTGRES_DB: esmbot
|
POSTGRES_DB: esmbot
|
||||||
networks:
|
networks:
|
||||||
esmbot:
|
esmbot:
|
||||||
ipv4_address: 172.20.0.6
|
ipv4_address: 172.20.0.5
|
||||||
|
|
||||||
adminer:
|
adminer:
|
||||||
image: adminer
|
image: adminer
|
||||||
|
@ -88,12 +74,11 @@ services:
|
||||||
- 8888:8080
|
- 8888:8080
|
||||||
networks:
|
networks:
|
||||||
esmbot:
|
esmbot:
|
||||||
ipv4_address: 172.20.0.7
|
ipv4_address: 172.20.0.6
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
bot-help:
|
bot-help:
|
||||||
bot-temp:
|
bot-temp:
|
||||||
#mongo-data:
|
|
||||||
pg-data:
|
pg-data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue