Compare commits

...

2 Commits

Author SHA1 Message Date
68906c249a Renormalize 2025-01-07 16:09:00 -04:00
a4d40df5cd Add aurcache 2025-01-07 16:06:40 -04:00
3 changed files with 36 additions and 24 deletions

View File

@ -0,0 +1,12 @@
services:
aurcache:
image: ghcr.io/lukas-heiligenbrunner/aurcache:latest
container_name: aurcache
restart: unless-stopped
ports:
- "8086:8080" # Frontend
- "8087:8081" # Repository
volumes:
- /docker/appdata/aurcache/db:/app/db
- /docker/appdata/aurcache/repo:/app/repo
privileged: true

View File

@ -1,13 +1,13 @@
[Unit]
Description=Portainer container deployment service
Type=simple
[Service]
WorkingDirectory=/docker/compose/portainer
ExecStart=docker-compose up
ExecStop=docker-compose down
Restart=on-failure
RestartSec=5s
[Install]
[Unit]
Description=Portainer container deployment service
Type=simple
[Service]
WorkingDirectory=/docker/compose/portainer
ExecStart=docker-compose up
ExecStop=docker-compose down
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=default.target

View File

@ -1,13 +1,13 @@
[Unit]
Description=Yacht container deployment service
Type=simple
[Service]
WorkingDirectory=/docker/compose/yacht
ExecStart=docker-compose up
ExecStop=docker-compose down
Restart=on-failure
RestartSec=5s
[Install]
[Unit]
Description=Yacht container deployment service
Type=simple
[Service]
WorkingDirectory=/docker/compose/yacht
ExecStart=docker-compose up
ExecStop=docker-compose down
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=default.target