update DB security
This commit is contained in:
parent
eb7cb05285
commit
b896f638fe
2 changed files with 2 additions and 1 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -11,6 +11,7 @@ jobs:
|
|||
env:
|
||||
discordToken: ${{ secrets.TOKEN_DISCORD }}
|
||||
DB_PORT: ${{ secrets.DB_PORT }}
|
||||
DB_IP: ${{ secrets.DB_IP }}
|
||||
DBpassword: ${{ secrets.DB_PASSWORD }}
|
||||
db_password_root: ${{ secrets.DB_PASSWORD_ROOT }}
|
||||
token_uptime: ${{ secrets.TOKEN_UPTIME }}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ services:
|
|||
image: mariadb:latest
|
||||
restart: always
|
||||
ports:
|
||||
- "${DB_PORT}:3306"
|
||||
- "${DB_IP}:${DB_PORT}:3306"
|
||||
volumes:
|
||||
- db_data:/var/lib/mysql
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue