docker-compose.yml
576 Bytes
version: "3.5"
services:
dachs:
container_name: dachs-voparis
image: dachs-voparis
tty: true
expose:
- "80"
- "8080"
- "22"
ports:
- "2222:22"
- "80:80"
- "8080:8080"
build:
context: .
dockerfile: dachs-dockerfile
args:
- "VERSION=${VERSION}"
- "INSTITUTION=${INSTITUTION}"
- "SERVER=${SERVER}"
# example if you need to mount volumes (e.g if your service needs to parse files or if you want to upload it through dachs)
# volumes:
# - ./data:/home/dachsroot/data