underscore to dash

This commit is contained in:
2024-12-05 16:02:04 -06:00
parent 13d0b33d6f
commit 274d587472
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
go-nkode:
container_name: go-nkode
image: registry.infra.nkode.tech/go-nkode
volumes:
- /var/go-nkode/sqlite:/app/data/sqlite
- /var/go-nkode/icons:/app/data/icons
environment:
- JWT_SECRET=0123456789
- FRONTEND_HOST=http://localhost:8090
ports:
- "8070:8080"