swh:1:snp:4cdf210e0ee711eb566968c2e211be5f2d84c6ac
Raw File
Tip revision: 66357a4654bfe45c5fe4a9565bdf67d7b5a6f05c authored by clevermx on 18 January 2022, 11:09:39 UTC
Modify counts processing in order to support additional collections (not only ARCHs4).
Tip revision: 66357a4
docker-compose.yml
version: "2"
services:
    phantasus:
        image: dzenkova/phantasus:latest
        ports:
            - "80:8000"
        expose:
            - 8000
            - 8001

back to top