fix networking
This commit is contained in:
parent
2b9c3b7b4c
commit
4999b71c94
10 changed files with 22 additions and 12 deletions
|
@ -11,11 +11,6 @@
|
|||
"/srv/containers/traefik/letsencrypt:/letsencrypt"
|
||||
"/srv/containers/traefik/secrets:/secrets"
|
||||
];
|
||||
ports = [
|
||||
"80:80"
|
||||
"443:443"
|
||||
"8080:8080"
|
||||
];
|
||||
environment = {
|
||||
CF_API_EMAIL_FILE = "/secrets/cf-api-email";
|
||||
CF_API_KEY_FILE = "/secrets/cf-api-key";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue