https://github.com/ctlab/phantasus
Revision 1213956817f73f8bf82d17dc9824b1aaee0f0242 authored by petrovich on 19 August 2019, 02:04:44 UTC, committed by petrovich on 10 September 2019, 17:13:21 UTC
1 parent c51bc9e
Raw File
Tip revision: 1213956817f73f8bf82d17dc9824b1aaee0f0242 authored by petrovich on 19 August 2019, 02:04:44 UTC
DESeq2
Tip revision: 1213956
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