1
0
Fork 0

add portainer

This commit is contained in:
Ilya Mukhortov 2025-05-16 19:53:41 +10:00
parent b71c0ab050
commit 746fae3f28
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
services:
portainer:
restart: "always"
image: portainer/portainer-ce:latest
container_name: portainer
ports:
- "879:9443"
volumes:
- portainer-data:/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
- medicine-network
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"
networks:
medicine-network:
external: true
volumes:
portainer-data: