Follow same service naming convention
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-11-06 12:39:54 +01:00
parent c854528589
commit 19071f26ca
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ services:
- db_password - db_password
- db_root_password - db_root_password
volumes: volumes:
- "database:/var/lib/mysql" - "db:/var/lib/mysql"
networks: networks:
- internal - internal
@ -119,7 +119,7 @@ networks:
external: true external: true
volumes: volumes:
database: db:
configs: configs:
app_config: app_config: