11 lines
No EOL
234 B
Text
Executable file
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 |