linkace: fix non-working container
This commit is contained in:
@ -734,21 +734,23 @@ services:
|
||||
- public
|
||||
- mariadb
|
||||
- redis
|
||||
depends_on:
|
||||
- mariadb
|
||||
- redis
|
||||
environment:
|
||||
- DB_CONNECTION=mysql
|
||||
- DB_HOST=${MYSQL_SERVER}
|
||||
- DB_PORT=${MYSQL_PORT}
|
||||
# these env variables are instead of .env file
|
||||
# see https://www.linkace.org/docs/v1/setup/setup-with-docker/advanced-configuration/#using-docker-environment-variables-instead-of-the-env-file
|
||||
- APP_KEY=base64:X6XDR+dfqn5PM9QdmmxJoOECSsldWhkfnyi6yvohgNM=
|
||||
- DB_HOST=${MYSQL_HOST}
|
||||
- DB_DATABASE=${LINKACE_DB}
|
||||
- DB_USERNAME=${LINKACE_DB_USERNAME}
|
||||
- DB_PASSWORD=${LINKACE_DB_PASSWORD}
|
||||
- REDIS_HOST=redis
|
||||
depends_on:
|
||||
- mariadb
|
||||
- redis
|
||||
ports:
|
||||
- "${LINKACE_EXTERNAL_PORT}:${LINKACE_INTERNAL_PORT}"
|
||||
volumes:
|
||||
- ${DOCKER_STORAGE_PATH}/linkace/backups:/app/storage/app/backups
|
||||
- ${DOCKER_STORAGE_PATH}/linkace/logs:/app/storage/logs
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- base
|
||||
@ -773,4 +775,4 @@ networks:
|
||||
attachable: true
|
||||
|
||||
volumes:
|
||||
timetracker-static:
|
||||
timetracker-static:
|
||||
|
Reference in New Issue
Block a user