Files
hammond/docker-compose.yml
2021-05-31 12:18:19 +05:30

14 lines
282 B
YAML

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