removed portainer

This commit is contained in:
2025-03-20 17:39:17 -05:00
parent a453d4a87b
commit 7eabfd8a4a

View File

@@ -25,19 +25,6 @@ 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