Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c04039e3 authored by drishu's avatar drishu
Browse files

OEL-309: Remove not needed docker image.

parent 05a0c168
No related branches found
No related tags found
1 merge request!1OEL-309: Add OE Whitelabel theme scaffold files.
......@@ -22,25 +22,6 @@ services:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
# ports:
# - 3306:3306
# If you would like to see what is going on you can run the following on your host:
# docker run --rm -p 4444:4444 -p 5900:5900 --network="host" selenium/standalone-chrome-debug:latest
# Newer version of this image might run into this issue:
# @link https://github.com/elgalu/docker-selenium/issues/20
selenium:
image: selenium/standalone-chrome-debug:3.141.59-oxygen
expose:
- '4444'
environment:
- DISPLAY=:99
- SE_OPTS=-debug
- SCREEN_WIDTH=1280
- SCREEN_HEIGHT=800
- VNC_NO_PASSWORD=1
ports:
- '4444:4444'
- '5900:5900'
shm_size: 2g
node:
image: node:14.17.3
user: "node"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment