added portainer

This commit is contained in:
2021-11-07 09:40:15 +01:00
parent 529f7767d6
commit d27ac60619

View File

@@ -0,0 +1,19 @@
version: '2'
services:
portainer:
image: portainer/portainer-ce:latest
restart: always
networks:
- nginx_network
ports:
- 8000:8000
- 9000:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
volumes:
portainer_data:
networks:
nginx_network:
driver: bridge