Files
hammond/docker-compose.yml
MeIchthys 04f45fe385 remove whitespace from JWT_SECRET
When deploying with the whitespace around the `=`, docker complains.
2022-01-20 23:55:39 -05:00

14 lines
280 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