Фик стора
7
dev/.env
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
POSTGRES_HOSTNAME=localhost
|
||||||
|
POSTGRES_DB=nquest
|
||||||
|
POSTGRES_USER=nquest
|
||||||
|
POSTGRES_PASSWORD=nquest
|
||||||
|
POSTGRES_PORT=5432
|
||||||
|
SECRET=s3cr3t
|
||||||
|
LISTEN=:8000
|
|
@ -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
|
||||||
|
|
Before Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 414 KiB |
Before Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 3.7 MiB |
Before Width: | Height: | Size: 12 KiB |