Skip to content

Commit

Permalink
Change config to correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
adyanth committed Jun 13, 2021
1 parent f982743 commit 95ac563
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .traefik.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
displayName: Container Manager for Traefik
type: middleware
import: github.com/adyanth/traefik-docker-manager
import: github.com/adyanth/traefik-container-manager
summary: 'Traefik plugin to start/stop containers as needed'
testData:
serviceUrl: http://manager:10000
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
volumes:
- './traefik_dev.yml:/etc/traefik/traefik-template.yml'
- '/var/run/docker.sock:/var/run/docker.sock'
- '.:/plugins/go/src/git.adyanth.site/adyanth/traefik-compose-manager'
- '.:/plugins/go/src/github.com/adyanth/traefik-container-manager'
- './config_dev.yml:/etc/traefik/config.yml'
environment:
- TRAEFIK_PILOT_TOKEN=fc2fd759-11c9-4461-9bb5-978a790f4a45
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module git.adyanth.site/adyanth/traefik-compose-manager
module github.com/adyanth/traefik-compose-manager

go 1.16
2 changes: 1 addition & 1 deletion traefik-compose-manager-service
Submodule traefik-compose-manager-service updated from f3bc32 to adc9f1
2 changes: 1 addition & 1 deletion traefik_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ api:
experimental:
devPlugin:
goPath: /plugins/go
moduleName: github.com/adyanth/traefik-docker-manager
moduleName: github.com/adyanth/traefik-container-manager
entryPoints:
http:
address: ":80"
Expand Down

0 comments on commit 95ac563

Please sign in to comment.