https://github.com/ctlab/phantasus
Revision f3ef1d1d0b345b08132a9574ddc7ccab361a1ae5 authored by petrovich on 22 August 2019, 13:57:33 UTC, committed by petrovich on 10 September 2019, 17:13:21 UTC
1 parent c6e7a2a
Raw File
Tip revision: f3ef1d1d0b345b08132a9574ddc7ccab361a1ae5 authored by petrovich on 22 August 2019, 13:57:33 UTC
ARCHS4: metadata population
Tip revision: f3ef1d1
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