https://github.com/ctlab/phantasus
Revision 34b4118b9cc18109a15708521f8b052eece6f5ae authored by Vladislav Kamenev on 04 February 2019, 14:37:13 UTC, committed by Vladislav Kamenev on 04 February 2019, 14:37:40 UTC
1 parent 5b45d53
Raw File
Tip revision: 34b4118b9cc18109a15708521f8b052eece6f5ae authored by Vladislav Kamenev on 04 February 2019, 14:37:13 UTC
Restored GITHUB_PAT in docker build
Tip revision: 34b4118
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