Skip to content
Snippets Groups Projects
docker-compose.yml 468 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    services:
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      self_data_docs:
    
        image: registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc:latest
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        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
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        # command: -http_port=8081
        volumes:
          - /etc/localtime:/etc/localtime:ro
        ports:
          - 8085:80