Skip to content
Snippets Groups Projects
docker-compose.yml 269 B
Newer Older
  • Learn to ignore specific revisions
  • ddamiron's avatar
    ddamiron committed
    
    services:
      mkdocs:
    
        build: .
        image: registry.alpha.grandlyon.com/refonte-data/documentation
    
    ddamiron's avatar
    ddamiron committed
        ports:
    
    ddamiron's avatar
    ddamiron committed
        logging:
          driver: "json-file"
          options:
            max-size: "2m"
            max-file: "5"