diff --git a/docker-compose.yml b/docker-compose.yml index ad114e49ea59d9702c0ca7c98214286b201c8b1c..52069bf82c06fc1871bc27d1b31cc36c8031dfb7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,14 +1,19 @@ version: '3.3' services: - mkdocs: - build: - context: ./ - ports: - - 8085:80 + 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 logging: driver: "json-file" options: max-size: "2m" max-file: "5" - restart: unless-stopped + mem_limit: 512m + user: "1000" + # command: -http_port=8081 + volumes: + - /etc/localtime:/etc/localtime:ro + ports: + - 8085:80