Fixed caching

This commit is contained in:
Aryom Belousov 2020-11-09 19:21:16 +03:00
parent 7f77f8ebb3
commit f0a83a4f23
4 changed files with 33 additions and 21 deletions

14
docker-compose.yaml Normal file
View 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"