mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 10:10:14 +00:00
ajuste no docker composer
This commit is contained in:
parent
fc88dfdf85
commit
0d2b21151e
1 changed files with 0 additions and 3 deletions
|
@ -15,7 +15,6 @@ services:
|
|||
- LANGUAGE=pt-br
|
||||
- DEBUG=false
|
||||
- SELENIUM_HOST=selenium-hub:4444
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
||||
restart: unless-stopped
|
||||
selenium-chromium:
|
||||
container_name: selenium-chromium
|
||||
|
@ -31,8 +30,6 @@ services:
|
|||
entrypoint: bash -c 'SE_OPTS="--host $$HOSTNAME" /opt/bin/entry_point.sh'
|
||||
depends_on:
|
||||
- selenium-hub
|
||||
networks:
|
||||
- selenium
|
||||
selenium-firefox:
|
||||
container_name: selenium-firefox
|
||||
image: selenium/node-firefox:4.27.0-20241204
|
||||
|
|
Loading…
Add table
Reference in a new issue