Fixed caching
This commit is contained in:
parent
7f77f8ebb3
commit
f0a83a4f23
4 changed files with 33 additions and 21 deletions
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version: "3.8"
|
||||
services:
|
||||
web:
|
||||
image: flygrounder/go-mtg-vk:latest
|
||||
environment:
|
||||
- VK_TOKEN
|
||||
- VK_SECRET_KEY
|
||||
- VK_GROUP_ID
|
||||
- VK_CONFIRMATION_STRING
|
||||
|
||||
ports:
|
||||
- "8888:80"
|
||||
redis:
|
||||
image: "redis:6.0.9"
|
||||
Loading…
Add table
Add a link
Reference in a new issue