https://github.com/ctlab/phantasus
Revision 8d87c9ad98206c708469f884db072cbee6a78fd1 authored by Alexey Sergushichev on 30 September 2020, 12:07:34 UTC, committed by Alexey Sergushichev on 30 September 2020, 12:07:34 UTC
1 parent 0ff160a
Raw File
Tip revision: 8d87c9ad98206c708469f884db072cbee6a78fd1 authored by Alexey Sergushichev on 30 September 2020, 12:07:34 UTC
Backend for preloaded sessions
Tip revision: 8d87c9a
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top