Files
hammond/docker-compose.yml
Akhil Gupta 41f41c3282 add jwt code
2021-05-29 15:44:12 +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:
- 8080:8080
restart: unless-stopped