Skip to content
Snippets Groups Projects
Commit 7b04efc1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add portainer service

parent 6718e98b
No related branches found
Tags v0.1.2
No related merge requests found
Pipeline #
......@@ -54,6 +54,17 @@ class Traefik {
'/var/run/docker.sock:/var/run/docker.sock',
],
],
'portainer' => [
'image' => 'portainer/portainer',
'restart' => 'unless-stopped',
'command' => '--no-auth',
'volumes' => [
'/var/run/docker.sock:/var/run/docker.sock',
],
'ports' => [
'9000:9000',
],
],
],
'networks' => [],
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment