portainer: add
This commit is contained in:
parent
4413b56ec4
commit
bafe56fac6
|
@ -17,6 +17,7 @@ include:
|
|||
- services/prowlarr.yml
|
||||
- services/netbootxyz.yml
|
||||
- services/registry.yml
|
||||
- services/portainer.yml
|
||||
|
||||
|
||||
services:
|
||||
|
|
|
@ -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:
|
Loading…
Reference in New Issue