diff --git a/docker-compose-2.1.1.yml b/docker-compose-2.1.1.yml new file mode 100644 index 0000000000000000000000000000000000000000..208b6c11d49909b3b48ac082f14ebbeed73a2c93 --- /dev/null +++ b/docker-compose-2.1.1.yml @@ -0,0 +1,28 @@ +services: + eccs: + image: gitlab.software.geant.org:5050/edugain/eccs:2.1.1 + build: + context: . + dockerfile: Dockerfile + args: + CHROME_VERSION: 126.0.6478.126-1 + CHROMEDRIVER_VERSION: 126.0.6478.126 + PYFF_VERSION: 2.1.2 + container_name: eccs + hostname: eccs + ports: + - 80:80 + - 443:443 + volumes: + - type: bind + source: ./output + target: /home/eccs/output + - type: bind + source: ./html + target: /home/eccs/html + - type: bind + source: ./logs + target: /home/eccs/logs + - type: bind + source: ./selenium-logs + target: /home/eccs/selenium-logs