All checks were successful
Build & Push Friends Image to Gitea Registry / build-and-push (push) Successful in 16s
15 lines
277 B
YAML
15 lines
277 B
YAML
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:
|