Skip to content
Snippets Groups Projects
Commit 4cb5fced authored by Elian Loraux's avatar Elian Loraux
Browse files

config traefik and .env

parent 23007cb2
No related branches found
No related tags found
No related merge requests found
# For aquila style deployement
# COMPOSE_FILE=docker-compose.yml:traefik.yml
COMPOSE_FILE=docker-compose.yml:traefik.yml
# For local deployement
COMPOSE_FILE=docker-compose.yml:ports.yml
# COMPOSE_FILE=docker-compose.yml:ports.yml:dev.yml
# Host and Name for traefik
HOST=
......
......@@ -3,9 +3,7 @@ version: "3.3"
services:
peertube:
networks:
- sympa_postfix
- traefik
- ldap
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik"
......@@ -16,9 +14,5 @@ services:
- "traefik.http.services.${NAME}.loadbalancer.server.port=9000"
networks:
sympa_postfix:
external: true
traefik:
external: true
ldap:
external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment