https://github.com/ctlab/phantasus
Revision 001859a06ab6174ad5ac70662e306061bf57e0df authored by Vladislav Kamenev on 31 October 2018, 12:50:03 UTC, committed by Vladislav Kamenev on 25 December 2018, 16:46:53 UTC
1 parent 5735a1c
Raw File
Tip revision: 001859a06ab6174ad5ac70662e306061bf57e0df authored by Vladislav Kamenev on 31 October 2018, 12:50:03 UTC
ARCHS4 downloader in R
Tip revision: 001859a
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