Merge Gitea main with local security hardening changes.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
gsv_gallery:
|
||||
image: atakanozban/gsv_gallery:latest
|
||||
container_name: gsv_gallery
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- PORT=3000
|
||||
- DATABASE_URL=file:/app/data/prod.db
|
||||
- GOOGLE_MAPS_API_KEY=maps_api_key
|
||||
- ADMIN_USERNAME=admin
|
||||
- ADMIN_PASSWORD=testpass
|
||||
- SESSION_SECRET=your-64-char-random-secret-here
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user