15 lines
325 B
Text
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: {}
|