https://github.com/ctlab/phantasus
Revision a72420d4d7c582546b9a6e3a1daf24248cf8637b authored by Vladislav Kamenev on 01 February 2019, 16:44:11 UTC, committed by Vladislav Kamenev on 04 February 2019, 16:04:18 UTC
1 parent b835614
Raw File
Tip revision: a72420d4d7c582546b9a6e3a1daf24248cf8637b authored by Vladislav Kamenev on 01 February 2019, 16:44:11 UTC
FGSEA tool
Tip revision: a72420d
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