1 Commits
v2.0.1 ... main

Author SHA1 Message Date
d553d8f373 Added examples.
All checks were successful
Build and Push Docker Image / docker (push) Successful in 8s
2025-07-06 16:03:01 +02:00
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
services:
messengerapi:
image: gitea.masita.net/mc/messengerapi:latest
container_name: messengerapi
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
ports:
- 8080:8080
restart: always
volumes:
- /mnt/config/users.conf:/app/users.conf:ro
environment:
- SQL_CONNECTIONSTRING
- CORS_ORIGINS