feat: add architecture, api routes and components
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
gsv_gallery:
|
||||
image: atakanozban/gsv_gallery:latest
|
||||
container_name: gsv_gallery_test
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- PORT=3000
|
||||
- DATABASE_URL=file:/app/data/prod.db
|
||||
- GOOGLE_MAPS_API_KEY=senin_gercek_api_keyin
|
||||
- ADMIN_USERNAME=atakan
|
||||
- ADMIN_PASSWORD=testpass
|
||||
- GOOGLE_CLIENT_ID=google_id
|
||||
- GOOGLE_CLIENT_SECRET=google_secret
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user