Skip to content
Snippets Groups Projects
Select Git revision
  • fccca2639925a7cfbe17a1f57a26ed2b89d39318
  • mui5-tetras-main-stable default protected
  • mui5-tetras-main-old-stable
  • preprod protected
  • 75-dernieres-ameliorations-avant-workshop-du-7-02
  • wip-fix-xywh
  • wip-positionement-annot
  • wip-surface-transformer
  • uploads-file
  • 69-la-video-demare-quand-on-fait-glisser-le-slider-et-le-clic-creer-un-decalage-entre-le-player
  • 61-recettage-des-outils-d-annotation
  • gestion_multiple_ouverture_pannel_annotation
  • autorisation_un_pannel_annotation
  • autorisation_un_pannel_edition_annotation
  • récupération_temps_video
  • save-shapes-and-position
  • fix-error-create-annotation-pannel
  • time-saving-on-annotation
  • tetras-main protected
  • fix-poc-mirador
  • tetras-antho-test
21 results

.env.sample

Blame
  • David Beniamine's avatar
    David Beniamine authored
    02ec1d8e
    History
    .env.sample 468 B
    # Use this variable to add configurations :
    # docker-compose.yml : required
    # ports.yml : bind the port 300 to the $PORT variable
    # traefik.yml : add traefik configurations
    COMPOSE_FILE=docker-compose.yml:docker/ports.yml
    # Choose between "dev" and "prod"
    ENV=dev
    # If you use docker/ports.yml
    PORT=3000
    # If you use docker/traefik.yml
    # A unique name for traefik router
    NAME=
    # A traefik host rule ex `domain.FQDN` or `domain1.FQDN`,`domain2.FQDN`
    HOST=`domain.fqdn`