Skip to content

Commit

Permalink
Shared traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Jul 29, 2021
1 parent af54c75 commit afe3a7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ec-traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ services:
- traefik.http.routers.ecws.entrypoints=websecure
- traefik.http.routers.ecws.rule=Host(`${EC_WS_HOST}.${DOMAIN}`)
- traefik.http.services.ecws.loadbalancer.server.port=${EC_WS_PORT}
depends_on:
- traefik

eth:
image: tianon/true
6 changes: 6 additions & 0 deletions ext-network.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: "3.4"

networks:
default:
external:
name: traefik_default
5 changes: 5 additions & 0 deletions traefik-shared.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# To be used in conjunction with traefik.yml
version: "3.4"
services:
eth:
image: tianon/true

0 comments on commit afe3a7b

Please sign in to comment.