Add Docker, K3s, and other apps

This commit is contained in:
tiff 2024-05-10 03:00:29 -04:00
parent 4236e99a5f
commit d94279d8a5
9 changed files with 89 additions and 0 deletions

View file

View file

@ -0,0 +1,15 @@
version: '3'
services:
portainer:
image: portainer/portainer-ce
container_name: portainer
restart: unless-stopped
security_opt:
- no-new-privileges:true
networks:
- proxy
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- /home/username/portainer/data:/data