Skip to content

Commit

Permalink
Add portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlucianojr committed May 27, 2018
1 parent 472df4d commit 69de066
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 changes: 3 additions & 0 deletions portainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM portainer/portainer

LABEL maintainer="[email protected]"

0 comments on commit 69de066

Please sign in to comment.