https://github.com/ctlab/phantasus
Revision 42e0e7e39e87f3267385ba63b71571ac855334eb authored by petrovich on 22 September 2019, 10:41:00 UTC, committed by petrovich on 22 September 2019, 10:41:00 UTC
1 parent 48cbc7b
Raw File
Tip revision: 42e0e7e39e87f3267385ba63b71571ac855334eb authored by petrovich on 22 September 2019, 10:41:00 UTC
GEO: Safer brief data downloader
Tip revision: 42e0e7e
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