feat: add Misch & Friends companion app
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s
All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
friends:
|
||||
image: git.mischlabs.de/mrdiderot/friends:latest
|
||||
container_name: friends
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${FRIENDS_PORT:-38110}:38110"
|
||||
volumes:
|
||||
- friends_data:/app/data
|
||||
|
||||
volumes:
|
||||
friends_data:
|
||||
Reference in New Issue
Block a user