Compare commits
2 Commits
1a4c65d916
...
68906c249a
Author | SHA1 | Date | |
---|---|---|---|
68906c249a | |||
a4d40df5cd |
12
aurcache/docker-compose.yml
Normal file
12
aurcache/docker-compose.yml
Normal 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
|
@ -1,13 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Portainer container deployment service
|
Description=Portainer container deployment service
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/docker/compose/portainer
|
WorkingDirectory=/docker/compose/portainer
|
||||||
ExecStart=docker-compose up
|
ExecStart=docker-compose up
|
||||||
ExecStop=docker-compose down
|
ExecStop=docker-compose down
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
@ -1,13 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Yacht container deployment service
|
Description=Yacht container deployment service
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=/docker/compose/yacht
|
WorkingDirectory=/docker/compose/yacht
|
||||||
ExecStart=docker-compose up
|
ExecStart=docker-compose up
|
||||||
ExecStop=docker-compose down
|
ExecStop=docker-compose down
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=5s
|
RestartSec=5s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
Reference in New Issue
Block a user