Make generic
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-10-27 08:44:08 +01:00
parent 25f89d6b4c
commit 8cfa6df002
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
version: "3.8" version: "3.8"
services: services:
traefik: app:
ports: ports:
- target: 80 - target: 80
published: 80 published: 80

View File

@ -2,7 +2,7 @@
version: "3.8" version: "3.8"
services: services:
traefik: app:
configs: configs:
- source: file_provider_yml - source: file_provider_yml
target: /etc/traefik/file-provider.yml target: /etc/traefik/file-provider.yml

View File

@ -2,6 +2,6 @@
version: "3.8" version: "3.8"
services: services:
traefik: app:
ports: ports:
- "587:587" - "587:587"

View File

@ -2,7 +2,7 @@
version: "3.8" version: "3.8"
services: services:
traefik: app:
image: "traefik:2.3.2" image: "traefik:2.3.2"
ports: ports:
- "80:80" - "80:80"