modifeid redis and app
This commit is contained in:
@@ -5,10 +5,10 @@ services:
|
||||
build: .
|
||||
container_name: screenshot-api
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8990:80"
|
||||
environment:
|
||||
- API_SECRET=kokeserver
|
||||
- REDIS_URL=redis://:my_redis_password@redis:6379
|
||||
- API_SECRET=my_secret_key
|
||||
- REDIS_URL=redis://redis:6379/0
|
||||
depends_on:
|
||||
- redis
|
||||
networks:
|
||||
@@ -20,7 +20,6 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- "6379:6379"
|
||||
command: redis-server --requirepass my_redis_password
|
||||
networks:
|
||||
- screenshot-network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user