services: eccs: image: gitlab.software.geant.org:5050/edugain/eccs:dev 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