deploy portainer-ce on beta.fogtype.com
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
910075d6f7
commit
48d952fbd6
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,9 @@ services:
|
|||
portainer:
|
||||
image: portainer/portainer-ce:2.16.2-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:9000:9000"
|
||||
labels:
|
||||
caddy: beta.fogtype.com
|
||||
caddy.reverse_proxy: "{{upstreams 9000}}"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
|
|
Loading…
Add table
Reference in a new issue