https://github.com/ctlab/phantasus
Revision c3e232858ae5291ff12de971f82d8e841c3353e9 authored by Alexey Sergushichev on 08 May 2019, 08:22:55 UTC, committed by Alexey Sergushichev on 08 May 2019, 08:22:55 UTC
2 parent s 5f43e6e + 32a8d5c
Raw File
Tip revision: c3e232858ae5291ff12de971f82d8e841c3353e9 authored by Alexey Sergushichev on 08 May 2019, 08:22:55 UTC
Merge branch 'master' of git.bioconductor.org:packages/phantasus
Tip revision: c3e2328
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:80"
        expose:
            - 80
        volumes: # Specify folder before ":" if needed
            - ./archs4:/var/phantasus/cache/archs4
            - ./phantasus-runtime:/var/phantasus

back to top