Added dict with additional cards
This commit is contained in:
parent
181f3bc0aa
commit
88ea431a27
26 changed files with 232 additions and 35 deletions
16
docker-compose-dev.yaml
Normal file
16
docker-compose-dev.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
version: "3.3"
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
environment:
|
||||
- VK_TOKEN
|
||||
- VK_SECRET_KEY
|
||||
- VK_GROUP_ID
|
||||
- VK_CONFIRMATION_STRING
|
||||
|
||||
ports:
|
||||
- "127.0.0.1:8888:8000"
|
||||
restart: "always"
|
||||
redis:
|
||||
image: "redis:6.0.9"
|
||||
restart: "always"
|
||||
Loading…
Add table
Add a link
Reference in a new issue