mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-29 10:32:28 +00: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…
x
Reference in New Issue
Block a user