Commit 69de0668 authored by Luciano Jr's avatar Luciano Jr

Add portainer

parent 472df4d1
......@@ -697,3 +697,14 @@ services:
depends_on:
- workspace
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
FROM portainer/portainer
LABEL maintainer="luciano@lucianojr.com.br"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment