working
This commit is contained in:
@ -7,3 +7,6 @@ DOMAIN=openemr.example.com
|
||||
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
SECRET_DB_PASSWORD_VERSION=v1
|
||||
SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
||||
SECRET_OE_PASSWORD_VERSION=v1
|
||||
@ -20,6 +20,7 @@ services:
|
||||
volumes:
|
||||
- logs:/var/log
|
||||
- sites:/var/www/localhost/htdocs/openemr/sites
|
||||
- /dev/null:/var/www/localhost/htdocs/openemr/ssl.sh
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
@ -45,6 +46,8 @@ services:
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
start_period: 1m
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
image: "mariadb:11.4"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user