Фик стора

This commit is contained in:
Александр Кирюхин 2024-04-29 23:05:53 +03:00
parent 60af2988ac
commit 98b3ad7954
No known key found for this signature in database
GPG key ID: 35E33E1AB7776B39
10 changed files with 10 additions and 13 deletions

7
dev/.env Normal file
View file

@ -0,0 +1,7 @@
POSTGRES_HOSTNAME=localhost
POSTGRES_DB=nquest
POSTGRES_USER=nquest
POSTGRES_PASSWORD=nquest
POSTGRES_PORT=5432
SECRET=s3cr3t
LISTEN=:8000

View file

@ -2,6 +2,7 @@ version: '3.8'
volumes: volumes:
postgres-data: postgres-data:
storage:
services: services:
app: app:
@ -14,6 +15,8 @@ services:
- db - db
env_file: env_file:
- .env - .env
volumes:
- storage:/app/store:rw
db: db:
image: postgres:15-alpine3.17 image: postgres:15-alpine3.17
restart: unless-stopped restart: unless-stopped

View file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 414 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB