Skip to content
Snippets Groups Projects
docker-compose.yml 456 B
Newer Older
Hugo NOUTS's avatar
Hugo NOUTS committed
version: '3.3'

services:
Hugo NOUTS's avatar
Hugo NOUTS committed
  self_data_docs:
    image: registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc:latest
    container_name: self_data_docs
    restart: unless-stopped
Hugo NOUTS's avatar
Hugo NOUTS committed
    logging:
      driver: "json-file"
      options:
        max-size: "2m"
        max-file: "5"
Hugo NOUTS's avatar
Hugo NOUTS committed
    mem_limit: 512m
    user: "1000"
    # command: -http_port=8081
    volumes:
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 8085:80