Newer
Older
web-services / docker-compose.yml
@Nicolas Thouvenin Nicolas Thouvenin on 9 Dec 2021 217 bytes helpers to test in production environnment
version: '3'
services:
    shell:
        image: inistcnrs/lodex-workers-python:3.0.6
        environment:
            - http_proxy
            - https_proxy
        volumes:
           - .:/app
        command: bash