feat: Adds portainer and portainer agent.
This commit is contained in:
18
portainer/compose.yml
Normal file
18
portainer/compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ce:alpine-sts
|
||||
container_name: portainer
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./data:/data
|
||||
networks:
|
||||
- proxy
|
||||
ports:
|
||||
- 9010:9000 # optional if behind reverse proxy.
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
Reference in New Issue
Block a user