mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
CI Fix
This commit is contained in:
parent
0387d36ebe
commit
7edcb8e3cc
@ -10,6 +10,8 @@ services:
|
||||
NPM_DB_USERNAME: 'npm'
|
||||
NPM_DB_PASSWORD: 'npmpass'
|
||||
NPM_DB_NAME: 'npm'
|
||||
depends_on:
|
||||
- db-mysql
|
||||
|
||||
db-mysql:
|
||||
image: mysql:latest
|
||||
|
@ -11,6 +11,8 @@ services:
|
||||
NPM_DB_PASSWORD: 'npmpass'
|
||||
NPM_DB_NAME: 'npm'
|
||||
NPM_DB_SSLMODE: 'disable'
|
||||
depends_on:
|
||||
- db-postgres
|
||||
|
||||
db-postgres:
|
||||
image: postgres:15
|
||||
|
Loading…
Reference in New Issue
Block a user