https://github.com/ctlab/phantasus
Revision 31de96909bec18a03e03726578422166ec665ce1 authored by Vladislav Kamenev on 16 May 2019, 13:12:19 UTC, committed by Vladislav Kamenev on 20 June 2019, 12:27:21 UTC
1 parent 072c840
Raw File
Tip revision: 31de96909bec18a03e03726578422166ec665ce1 authored by Vladislav Kamenev on 16 May 2019, 13:12:19 UTC
Update JS. HeatMap JSON loaing
Tip revision: 31de969
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