Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Traefik
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
Container registry
Model registry
Operate
Environments
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
docker
Traefik
Compare revisions
b4621429fc82f09ee071f9af04a9d992f37b1a26 to 19e334ef2dccf66516e804f1ce70757c3e70f0ee
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
nocloud/docker/traefik
Select target project
No results found
19e334ef2dccf66516e804f1ce70757c3e70f0ee
Select Git revision
Branches
master
traefik-3
2 results
Swap
Target
nocloud/docker/traefik
Select target project
nocloud/docker/traefik
1 result
b4621429fc82f09ee071f9af04a9d992f37b1a26
Select Git revision
Branches
master
traefik-3
2 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
3
add .env in gitignore
#3
· 29f353d7
Elian Loraux
authored
Jun 6, 2024
29f353d7
document docker traefik external network in readme
#4
· bb63c8de
Elian Loraux
authored
Jun 6, 2024
bb63c8de
Merge branch 'redistribubility' into 'master'
· 19e334ef
David Beniamine
authored
Jun 28, 2024
Redistribuablilité .env et readme Closes
#3
and
#4
See merge request
!4
19e334ef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Readme.md
+4
-0
4 additions, 0 deletions
Readme.md
with
5 additions
and
0 deletions
.gitignore
View file @
19e334ef
acme.json
log
.env
This diff is collapsed.
Click to expand it.
Readme.md
View file @
19e334ef
...
...
@@ -6,6 +6,10 @@
cp .env.sample .env
# Change FQDN and login/password with htpasswd
# Change auth in docker-compose
# Create traefik external network
docker network create traefik
docker-compose up -d
```
## install without `NoCloud-Auto-Installer`
...
...
This diff is collapsed.
Click to expand it.