Merge pull request #768 from gradido/database_reachable_in_testmode

database_reachable_in_testmode
This commit is contained in:
Ulf Gebhardt 2021-08-23 12:34:38 +02:00 committed by GitHub
commit 7f7834ed9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,13 @@ services:
- ./community_server/config/php-fpm/php-ini-overrides.ini:/etc/php/7.4/fpm/conf.d/99-overrides.ini
- ./community_server/src:/var/www/cakephp/src
#########################################################
## MARIADB ##############################################
#########################################################
mariadb:
networks:
- internal-net
- external-net
#########################################################
## NGINX ################################################