https://github.com/ctlab/phantasus
Revision 75da639c631f83a5aafc98c07639d1790dfd327c authored by Alexey Sergushichev on 01 November 2021, 18:04:03 UTC, committed by Alexey Sergushichev on 01 November 2021, 18:04:03 UTC
2 parent s 9ce860a + dfd4b41
Raw File
Tip revision: 75da639c631f83a5aafc98c07639d1790dfd327c authored by Alexey Sergushichev on 01 November 2021, 18:04:03 UTC
Merge branch 'space_jobs'
Tip revision: 75da639
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top