initial commit

This commit is contained in:
Luc Bijl 2022-10-17 20:02:47 +02:00
commit c40b764756
8 changed files with 972 additions and 0 deletions

17
configfiles/portainer.yml Normal file
View file

@ -0,0 +1,17 @@
version: '3.0'
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:latest
restart: always
stdin_open: true
tty: true
network_mode: bridge
ports:
- "9000:9000/tcp"
environment:
- TZ=Europe/Amsterdam
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/portainer:/data