https://github.com/ctlab/phantasus
Revision 4c76376aab0889cb916d41b5ea34209449fde030 authored by Alexey Sergushichev on 19 November 2019, 15:58:35 UTC, committed by Alexey Sergushichev on 19 November 2019, 15:58:35 UTC
2 parent s c51bc9e + 5a1a2b0
Raw File
Tip revision: 4c76376aab0889cb916d41b5ea34209449fde030 authored by Alexey Sergushichev on 19 November 2019, 15:58:35 UTC
Merge branch 'master' of git.bioconductor.org:packages/phantasus
Tip revision: 4c76376
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