Files
go-nkode/compose.yaml

15 lines
339 B
YAML

version: '3.9'
services:
go-nkode:
container_name: go-nkode
build: # This tells Docker Compose to build the image first
context: .
volumes:
- /var/go-nkode/sqlite:/app/data/sqlite
- /var/go-nkode/icons:/app/data/icons
# .env should contain JWT_SECRET
environment:
- JWT_SECRET=${JWT_SECRET}