added portainer

This commit is contained in:
2024-04-04 20:24:13 -05:00
parent c67bbebdb7
commit cf395f8835

View File

@@ -27,6 +27,19 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
portainer:
container_name: portainer
image: portainer/portainer-ce:latest
networks:
- reverse-proxy
ports:
- 9000:9000/tcp
restart: always
volumes:
- ${DOCKER_CONFIGS}/portainer/data:/data
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
networks: networks:
reverse-proxy: reverse-proxy:
name: reverse-proxy name: reverse-proxy