Skip to content
Snippets Groups Projects
Commit d5ef96ad authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

changed docker-compose

parent 352b48bc
No related branches found
No related tags found
No related merge requests found
Pipeline #8157 passed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment