Files
hammond/docker-compose.yml
2023-01-25 23:42:43 +01:00

14 lines
278 B
YAML

version: "2.1"
services:
hammond:
image: alfhou/hammond
container_name: hammond
environment:
- JWT_SECRET=somethingverystrong
volumes:
- /path/to/config:/config
- /path/to/data:/assets
ports:
- 3000:3000
restart: unless-stopped