Compose-Library/gravity-dns-hostmode.compose.yaml.txt
2025-01-25 18:01:48 +01:00

15 lines
325 B
Text

services:
gravity:
container_name: ${GRVHOSTNAME}
hostname: ${GRVHOSTNAME}
image: ghcr.io/beryju/gravity:stable
restart: unless-stopped
network_mode: host
volumes:
- ${DATA_DIR}:/data
logging:
driver: json-file
options:
max-size: 10m
max-file: "3"
networks: {}