Remove .env and adjust entrypoint
.env is no longer needed since env variables are in Dockerfile now
This commit is contained in:
parent
0fab3b5a2b
commit
d50c207ec4
10
.env
10
.env
@ -1,10 +0,0 @@
|
|||||||
REDIS_DB=0
|
|
||||||
REDIS_HOST=ip-10-0-0-4.ec2.internal
|
|
||||||
REDIS_PORT=6379
|
|
||||||
REDIS_PASSWORD=EUZ9QWkaFhMM
|
|
||||||
|
|
||||||
USE_DOCKER=yes
|
|
||||||
|
|
||||||
DISCORD_DEFAULT_PREFIX=g$
|
|
||||||
|
|
||||||
PYTHONPATH=/code:$PYTHONPATH
|
|
||||||
@ -4,8 +4,6 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
source .env
|
|
||||||
|
|
||||||
# Check Redis is up
|
# Check Redis is up
|
||||||
|
|
||||||
# Check Web API is up with simple curl of hostcheck
|
# Check Web API is up with simple curl of hostcheck
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user