Skip to content

Commit

Permalink
update DB security
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Dec 23, 2023
1 parent eb7cb05 commit b896f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b896f63

Please sign in to comment.