Skip to content
Snippets Groups Projects
Commit c4949d50 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* make easier

parent ea5e2a0c
Branches
No related tags found
No related merge requests found
URL=localhost
DB_PASSWORD=CHANGE_ME
DJANGO_DEVELOPMENT=false
DATABASE_NAME=polaris
DATABASE_USER=root
......
......@@ -17,7 +17,7 @@ services:
image: mariadb:10.6
restart: always
environment:
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
MYSQL_ROOT_PASSWORD: ${DATABASE_PASSWORD}
MYSQL_DATABASE: polaris
volumes:
- mariadb_data:/var/lib/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment