Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
e6354dd4
Unverified
Commit
e6354dd4
authored
6 years ago
by
Roma
Committed by
Rémy Huet
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
pica_mail : nom de réseau indépendant du dossier de compilation
parent
e95aa95d
No related branches found
Branches containing commit
No related tags found
1 merge request
!20
pica-mailnt
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose/.env
+1
-0
1 addition, 0 deletions
docker-compose/.env
docker-compose/mail.yml
+3
-3
3 additions, 3 deletions
docker-compose/mail.yml
with
4 additions
and
3 deletions
docker-compose/.env
0 → 100644
+
1
−
0
View file @
e6354dd4
COMPOSE_PROJECT_NAME=pica
This diff is collapsed.
Click to expand it.
docker-compose/mail.yml
+
3
−
3
View file @
e6354dd4
...
...
@@ -26,16 +26,16 @@ services:
-
/var/lib/docker/volumes/mail-mta-log/_data:/var/log
-
/DATA/docker/mail/opendkim:/etc/opendkim:ro
environment
:
-
LMTP_LAN_HOSTNAME=pica-mail-mda.
docker-compose
_mail
-
LMTP_LAN_HOSTNAME=pica-mail-mda.
pica
_mail
labels
:
-
"
traefik.frontend.rule=Host:mail.test.picasoft.net"
# - "traefik.port=80"
-
"
traefik.enable=true"
-
"
traefik.docker.network=
docker-composer
_mail"
-
"
traefik.docker.network=
pica
_mail"
#on demande à traefik de générer un certificat (qu'on va récupérer dans acme.json) mais on n'expose aucun service.
networks
:
mail
:
#attention, docker-compose préfixe le nom du réseau créé par le nom du
dossier qui contenait le fichier yml
#attention, docker-compose préfixe le nom du réseau créé par le nom du
projet (contenu dans le .env, sinon c'est le nom du dossier)
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