feat: Ajout du service de Registry

This commit is contained in:
2020-06-01 09:42:30 +02:00
parent 5ee693b8f3
commit afe28be81e
7 changed files with 173 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: '3.8'
networks:
default:
name: ${TRAEFIK_NETWORK_NAME}
services:
registry:
labels:
traefik.enable: 'true'
traefik.docker.network: ${TRAEFIK_NETWORK_NAME}
traefik.http.routers.registry.rule: 'Host(`${REGISTRY_DOMAIN}`)'
traefik.http.routers.registry.entrypoints: 'web'