-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
22 lines (20 loc) · 838 Bytes
/
docker-compose.yaml
File metadata and controls
22 lines (20 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# If there is already a traefik container running on your host, you can comment out the first include line.
# But make sure that...
# - container `sl-app` can join traefiks network, defined in traefic static config `providers.docker.network`
# - container `traefik-certificate-exporter` can access traefiks acme-storage
include:
- traefik-compose.yaml
- simple-login-compose.yaml
- postfix-compose.yaml
networks:
internal:
driver: bridge
ipam:
driver: default
config:
- subnet: 10.0.0.0/24
gateway: 10.0.0.1
## uncomment the following lines, if traefik is already running (outside of this project)
# traefik: # <-- do not change this (identifier used inside this project)
# external: true
# name: traefik # <-- change this to the name of your (external) traefik network