mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Move portainer to it's own stack
This commit is contained in:
parent
c462ee2199
commit
e5e12435b4
@ -43,17 +43,6 @@ services:
|
||||
depends_on:
|
||||
- home-assistant
|
||||
|
||||
portainer:
|
||||
container_name: portainer
|
||||
image: portainer/portainer
|
||||
restart: always
|
||||
ports:
|
||||
- '9000:9000'
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /docker/homeautomation/portainer:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
mosquitto:
|
||||
container_name: mosquitto
|
||||
image: eclipse-mosquitto
|
||||
|
12
docker/portainer/docker-compose.yaml
Normal file
12
docker/portainer/docker-compose.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer
|
||||
image: portainer/portainer
|
||||
restart: always
|
||||
ports:
|
||||
- '9000:9000'
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /docker/homeautomation/portainer:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
Loading…
Reference in New Issue
Block a user