services: remove Portainer

This commit is contained in:
Bruno BELANYI 2019-12-20 20:37:30 +01:00
parent 813a3784bf
commit 63e8ec75a8
2 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View file

@ -3,4 +3,3 @@
/gitea/ /gitea/
/library /library
/books_to_add /books_to_add
/portainer/

View file

@ -37,20 +37,6 @@ services:
- "default" - "default"
- "proxy-tier" - "proxy-tier"
portainer:
image: portainer/portainer
container_name: portainer
restart: always
environment:
- VIRTUAL_HOST=docker.belanyi.fr
- LETSENCRYPT_HOST=docker.belanyi.fr
- LETSENCRYPT_EMAIL=brunobelanyi@gmail.com
volumes:
- ./portainer/:/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "9000:9000"
freshrss: freshrss:
image: linuxserver/freshrss image: linuxserver/freshrss
container_name: freshrss container_name: freshrss