Rename services

See compose-stacks/organising#19
This commit is contained in:
3wc 2020-09-29 00:45:00 +02:00
parent 25a98e6298
commit 03bbf527fe
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ services:
- WORDPRESS_CONFIG_EXTRA=${WORDPRESS_CONFIG_EXTRA}
secrets:
- db_password
depends_on:
- db
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
interval: 30s