Skip to content

Commit

Permalink
Drop portainer support
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Feb 25, 2021
1 parent 98e44ea commit 4c404a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ The WordPress stack consist of the following containers:
| [XHProf viewer] | latest | [wodby/xhprof] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| phpMyAdmin | latest | [phpmyadmin/phpmyadmin] | | |
| Portainer | latest | [portainer/portainer] | ||
| Traefik | latest | [_/traefik] | ||
| Traefik | latest | [_/traefik] |||
## Documentation

Expand Down Expand Up @@ -101,7 +100,6 @@ This project is licensed under the MIT open source license.
[blackfire/blackfire]: https://hub.docker.com/r/blackfire/blackfire
[mailhog/mailhog]: https://hub.docker.com/r/mailhog/mailhog
[phpmyadmin/phpmyadmin]: https://hub.docker.com/r/phpmyadmin/phpmyadmin
[portainer/portainer]: https://hub.docker.com/r/portainer/portainer
[wodby/adminer]: https://github.com/wodby/adminer
[wodby/apache]: https://github.com/wodby/apache
[wodby/elasticsearch]: https://github.com/wodby/elasticsearch
Expand Down
9 changes: 0 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,6 @@ services:
# labels:
# - "traefik.http.routers.${PROJECT_NAME}_xhprof.rule=Host(`xhprof.${PROJECT_BASE_URL}`)"

portainer:
image: portainer/portainer
container_name: "${PROJECT_NAME}_portainer"
command: --no-auth -H unix:///var/run/docker.sock
volumes:
- /var/run/docker.sock:/var/run/docker.sock
labels:
- "traefik.http.routers.${PROJECT_NAME}_portainer.rule=Host(`portainer.${PROJECT_BASE_URL}`)"

traefik:
image: traefik:v2.0
container_name: "${PROJECT_NAME}_traefik"
Expand Down

0 comments on commit 4c404a6

Please sign in to comment.