#65: Starting auto casting in app sdk. Might break some things.

This commit is contained in:
frikky
2020-06-17 20:03:47 +02:00
parent 89ae46925e
commit 96b5998ce0
9 changed files with 8172 additions and 11845 deletions
+3 -1
View File
@@ -14,7 +14,7 @@ services:
depends_on:
- backend
backend:
build: ./backend
#build: ./backend
image: frikky/shuffle:backend
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}
@@ -31,6 +31,8 @@ services:
- DATASTORE_EMULATOR_HOST=shuffle-database:8000
- APP_DOWNLOAD_LOCATION=${APP_DOWNLOAD_LOCATION}
- APP_HOTLOAD_FOLDER=/shuffle-apps
- https_proxy=http://server:443
- http_proxy=http://server:443
restart: unless-stopped
depends_on:
- database