Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Peertube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
docker
Peertube
Commits
4cb5fced
Commit
4cb5fced
authored
6 months ago
by
Elian Loraux
Browse files
Options
Downloads
Patches
Plain Diff
config traefik and .env
parent
23007cb2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.sample
+2
-2
2 additions, 2 deletions
.env.sample
traefik.yml
+0
-6
0 additions, 6 deletions
traefik.yml
with
2 additions
and
8 deletions
.env.sample
+
2
−
2
View file @
4cb5fced
# 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=
...
...
This diff is collapsed.
Click to expand it.
traefik.yml
+
0
−
6
View file @
4cb5fced
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment