1
0
Fork 0

portainer: add

This commit is contained in:
Lukáš Kucharczyk 2023-12-05 12:58:58 +01:00
parent 4413b56ec4
commit bafe56fac6
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
2 changed files with 20 additions and 0 deletions

View File

@ -17,6 +17,7 @@ include:
- services/prowlarr.yml - services/prowlarr.yml
- services/netbootxyz.yml - services/netbootxyz.yml
- services/registry.yml - services/registry.yml
- services/portainer.yml
services: services:

19
services/portainer.yml Normal file
View File

@ -0,0 +1,19 @@
---
services:
portainer:
image: portainer/portainer-ee:2.19.1
container_name: portainer
ports:
- 9000:9000
networks:
public:
ipv4_address: 192.168.240.46
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
profiles:
- base
restart: unless-stopped
volumes:
portainer_data: