update local-compose.yaml

This commit is contained in:
2024-12-06 10:36:57 -06:00
parent ea8673ea5a
commit e45924cb50
2 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,9 @@
services:
go-nkode:
container_name: go-nkode
image: registry.infra.nkode.tech/go-nkode
build:
context: ../
dockerfile: Dockerfile
volumes:
- /var/go-nkode/sqlite:/app/data/sqlite
- /var/go-nkode/icons:/app/data/icons
@@ -9,5 +11,8 @@ services:
environment:
- JWT_SECRET=0123456789
- FRONTEND_HOST=http://localhost:8090
- AWS_ACCESS_KEY_ID=AKIA5VCWLAGKV3RBVE7G
- AWS_REGION=us-east-1
- AWS_SECRET_ACCESS_KEY=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
ports:
- "8070:8080"