Newer
Older
sisyphe-go / docker-compose.yml
@Nacim Nacim on 6 Feb 2022 384 bytes add xml and flags
version: '3.7'
services:
    go:
        build:
            context: .
            args:
                - http_proxy
                - https_proxy
                - no_proxy
        tty: true
        init: true
        volumes:
            - $WORK:/work/
            - $CORPUS_RESOURCES:/corpus-resources/
            - $SISYPHE_OUT:/app/out/
        ports:
            - '6379:6379'