Ignore optionals
This commit is contained in:
@ -2,15 +2,13 @@
|
|||||||
|
|
||||||
APP_URL=
|
APP_URL=
|
||||||
|
|
||||||
MYSQL_HOST=db
|
|
||||||
|
|
||||||
COOKIE_NAME=
|
COOKIE_NAME=
|
||||||
COOKIE_DOMAIN=
|
COOKIE_DOMAIN=
|
||||||
COOKIE_PATH=/
|
COOKIE_PATH=/
|
||||||
MAX_LOGIN_HOURS=120
|
MAX_LOGIN_HOURS=120
|
||||||
|
|
||||||
REDIS_HOST=redis
|
#REDIS_HOST=redis
|
||||||
REDIS_PORT=6379
|
#REDIS_PORT=6379
|
||||||
|
|
||||||
DB_HOST=db
|
DB_HOST=db
|
||||||
DB_DATABASE=incoviba
|
DB_DATABASE=incoviba
|
||||||
|
@ -76,6 +76,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: CLI.Dockerfile
|
dockerfile: CLI.Dockerfile
|
||||||
|
image: php:incoviba-cli
|
||||||
container_name: incoviba_cli
|
container_name: incoviba_cli
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
Reference in New Issue
Block a user