mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-04-09 15:19:09 +00:00
19 lines
439 B
YAML
19 lines
439 B
YAML
services:
|
|
marreta:
|
|
container_name: marreta
|
|
image: ghcr.io/manualdousuario/marreta:latest
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- marreta_cache:/app/cache
|
|
- marreta_logs:/app/logs
|
|
environment:
|
|
- SITE_NAME=${SITE_NAME:-}
|
|
- SITE_DESCRIPTION=${SITE_DESCRIPTION:-}
|
|
- SITE_URL=${SITE_URL:-}
|
|
- DNS_SERVERS=${DNS_SERVERS:-}
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
marreta_cache:
|
|
marreta_logs:
|