Skip to content

Commit

Permalink
fix(ci): update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suprovsky authored Dec 26, 2023
1 parent 05ac82d commit 6ff29f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ services:
env_file: .env
volumes:
- db_data:/var/lib/mysql
environment:
- MARIADB_USER=${DB_USERNAME}
- MARIADB_PASSWORD=${DB_PASSWORD}
- MARIADB_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD}
- MARIADB_DATABASE=${DB_NAME}
redis:
image: redis:7.2
restart: always
Expand Down

0 comments on commit 6ff29f5

Please sign in to comment.