Skip to content
Snippets Groups Projects
Commit 19c05ac5 authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Add docker-compose-2.1.1.yml

parent a24818ff
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment