From f41a56fb3fd12d5b8ffee12b81916eee3c7e641e Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 7 Apr 2019 19:26:38 +0200 Subject: Remove bot from compose setup, move staticfiles to writable directory. --- docker-compose.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2d3e8f3b..a74b1140 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,13 +10,6 @@ version: "3.6" services: - bot: - image: pythondiscord/bot:django - environment: - BOT_TOKEN: ${BOT_TOKEN?bot token needs to be set} - # Set me once you configured me in the Django Admin! - BOT_API_KEY: ${BOT_API_KEY} - postgres: image: postgres:11-alpine environment: @@ -39,5 +32,6 @@ services: DATABASE_URL: postgres://pysite:supersecretpassword@postgres/pysite DEBUG: "true" SECRET_KEY: suitable-for-development-only + STATIC_ROOT: /tmp/staticfiles # vim: sw=2 ts=2: -- cgit v1.2.3