https://github.com/ctlab/phantasus
Revision 21165a59b2ebd5a96862c67fea4facb0159b393a authored by Vladislav Kamenev on 15 November 2018, 16:45:14 UTC, committed by Vladislav Kamenev on 25 December 2018, 16:46:54 UTC
1 parent cf716a8
Raw File
Tip revision: 21165a59b2ebd5a96862c67fea4facb0159b393a authored by Vladislav Kamenev on 15 November 2018, 16:45:14 UTC
Pass experimentData to frontend
Tip revision: 21165a5
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