https://github.com/ctlab/phantasus
Revision b0509a0aeefae8c526427cb037ff8fb958a22cdc authored by Maksim Kleverov on 19 October 2021, 18:32:17 UTC, committed by Space on 19 October 2021, 18:32:17 UTC
1 parent 2acb8fa
Raw File
Tip revision: b0509a0aeefae8c526427cb037ff8fb958a22cdc authored by Maksim Kleverov on 19 October 2021, 18:32:17 UTC
run tests of js and R in parallel
Tip revision: b0509a0
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top