Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
feat(dexter): add portainer gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed May 23, 2024
1 parent 5ac9e6f commit 9681794
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker/dexter/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# yamllint disable rule:line-length
# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json
# yamllint enable rule:line-length
version: "3.8"
services:
portainer:
restart: always
image: ghcr.io/deedee-ops/portainer:2.20.3-alpine
ports:
- "8000:8000"
- "9443:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /data/portainer/data:/data

0 comments on commit 9681794

Please sign in to comment.