https://github.com/ctlab/phantasus
Revision 30d8ef826f19373240aba2611fc111a9964817ce authored by Vladislav Kamenev on 25 February 2019, 11:49:08 UTC, committed by Vladislav Kamenev on 25 February 2019, 11:51:44 UTC
1 parent 9b63d86
Raw File
Tip revision: 30d8ef826f19373240aba2611fc111a9964817ce authored by Vladislav Kamenev on 25 February 2019, 11:49:08 UTC
Docker stage in travis
Tip revision: 30d8ef8
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