Add portainer
This commit is contained in:
parent
472df4d194
commit
69de0668e9
@ -697,3 +697,14 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- workspace
|
- workspace
|
||||||
tty: true
|
tty: true
|
||||||
|
|
||||||
|
### Portainer ################################################
|
||||||
|
portainer:
|
||||||
|
build:
|
||||||
|
context: ./portainer
|
||||||
|
volumes:
|
||||||
|
- ${DATA_PATH_HOST}/portainer_data:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
ports:
|
||||||
|
- 9010:9000
|
||||||
|
|
||||||
|
3
portainer/Dockerfile
Normal file
3
portainer/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM portainer/portainer
|
||||||
|
|
||||||
|
LABEL maintainer="luciano@lucianojr.com.br"
|
Loading…
Reference in New Issue
Block a user