Add min and max Minetest version support

This commit is contained in:
rubenwardy
2019-01-28 20:48:07 +00:00
parent e9fe936aa9
commit d77403c0be
12 changed files with 96 additions and 6 deletions

View File

@@ -15,12 +15,13 @@ services:
app:
build: .
command: ./runprodguni.sh
command: ./rundebug.sh
ports:
- 5123:5123
volumes:
- "./data/uploads:/home/cdb/app/public/uploads"
- "./app:/home/cdb/app"
- "./migrations:/home/cdb/migrations"
depends_on:
- db
- redis