Skip to content

Commit

Permalink
Remove unecessary secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Beslogic authored and andy2great committed Oct 10, 2024
1 parent e2aba36 commit ea6f2fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
environment:
MYSQL_DATABASE: canopeum_db
MYSQL_HOST_CANOPEUM: /run/secrets/MYSQL_HOST_CANOPEUM
MYSQL_PORT_CANOPEUM: /run/secrets/MYSQL_PORT_CANOPEUM
MYSQL_PORT_CANOPEUM: 3306
MYSQL_USER: canopeum_user
MYSQL_PASSWORD_CANOPEUM: /run/secrets/MYSQL_PASSWORD_CANOPEUM
SECRET_KEY_DJANGO_CANOPEUM: /run/secrets/SECRET_KEY_DJANGO_CANOPEUM
Expand Down Expand Up @@ -73,8 +73,6 @@ secrets:
external: true
MYSQL_HOST_CANOPEUM:
external: true
MYSQL_PORT_CANOPEUM:
external: true
SECRET_KEY_DJANGO_CANOPEUM:
external: true
GOOGLE_API_KEY_CANOPEUM:
Expand Down

0 comments on commit ea6f2fe

Please sign in to comment.