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

11 lines
No EOL
234 B
Text
Executable file

services:
fenrus:
image: revenz/fenrus
container_name: fenrus-${IP}-${PORT}
environment:
- TZ=${TIMEZONE}
volumes:
- ${DATA_DIR}:/app/data
ports:
- ${IP}:${PORT}:3000
restart: unless-stopped