Skip to content
Snippets Groups Projects
Select Git revision
  • 61a66ca960eff2c394c2ac89ff081baeb1235c43
  • main default protected
  • 24-everything-from-git
  • 45-create-new-poc-deployment-with-docker
  • 44-add-a-cli-tool
  • improve-deployment
  • 31-backend
  • bash-script-bug-fix
  • upgrades_submodules
  • 24-dependencies-build-nested-watch
  • 24-dependencies-build-using-workspaces
  • 24-dependencies-build
  • wip-all-local
  • 10-annotot
  • 3-annotation-plugin-showing-up
15 results

docker-compose.yml

Blame
  • David Beniamine's avatar
    8f60eeaf
    History
    docker-compose.yml 446 B
    version: "3.3"
    services:
      httpd:
        build: .
        restart: $RESTART
        environment:
          - CORS_ALLOWED_HOSTS
          - WEBPACK_MODE=production
        volumes:
          - $HTTP_FOLDER:/srv/data
          - ./Caddyfile:/etc/caddy/Caddyfile
    
      annotot:
        image: tetraslibre/annotot-app
        environment:
          - IP=${ANNOTOT_LISTEN_IP}
          - ENV=${ANNOTOT_ENV}
          - SECRET_KEY_BASE=${ANNOTOT_SECRET_KEY_BASE}
        volumes:
          - ./annotot-db:/app/db