theocorp_docker_compose/olivetin/docker-compose.yml
Gaxinto Theodorio c26e8968ef
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
changes
2025-05-06 22:43:32 -04:00

21 lines
652 B
YAML

services:
olivetin:
container_name: olivetin
image: jamesread/olivetin
volumes:
- ./:/config # replace host path or volume as needed
- /var/run/docker.sock:/var/run/docker.sock
- /home/geezo/docker_containers/autorestic:/autorestic
- /home/geezo/docker_containers:/docker_containers
ports:
- "1004:1337"
restart: unless-stopped
privileged: true
user: root
command: apt-get install docker-compose-plugin
labels:
glance.name: Olivetin
glance.icon: si:purescript
glance.url: https://olivetin.theocorp
glance.description: Canned Scripts UI
glance.hide: false