https://github.com/ctlab/phantasus
Revision fbe2266cce96bac7aa95e8c9996bd759929ac933 authored by Vladislav Kamenev on 08 May 2019, 10:50:35 UTC, committed by Vladislav Kamenev on 08 May 2019, 10:50:35 UTC
1 parent 1f71871
Raw File
Tip revision: fbe2266cce96bac7aa95e8c9996bd759929ac933 authored by Vladislav Kamenev on 08 May 2019, 10:50:35 UTC
Update JS. Decreased number of requests to OCPU
Tip revision: fbe2266
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