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

config traefik and .env

parent 23007cb2
Branches
Tags
No related merge requests found
# For aquila style deployement # For aquila style deployement
# COMPOSE_FILE=docker-compose.yml:traefik.yml COMPOSE_FILE=docker-compose.yml:traefik.yml
# For local deployement # 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 and Name for traefik
HOST= HOST=
......
...@@ -3,9 +3,7 @@ version: "3.3" ...@@ -3,9 +3,7 @@ version: "3.3"
services: services:
peertube: peertube:
networks: networks:
- sympa_postfix
- traefik - traefik
- ldap
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=traefik" - "traefik.docker.network=traefik"
...@@ -16,9 +14,5 @@ services: ...@@ -16,9 +14,5 @@ services:
- "traefik.http.services.${NAME}.loadbalancer.server.port=9000" - "traefik.http.services.${NAME}.loadbalancer.server.port=9000"
networks: networks:
sympa_postfix:
external: true
traefik: traefik:
external: true 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