Se realizaron correcciones
This commit is contained in:
+6
-8
@@ -1,17 +1,15 @@
|
||||
services:
|
||||
database:
|
||||
image: mariadb:latest
|
||||
container_name: Iris_api
|
||||
container_name: Iris_db
|
||||
restart: always
|
||||
environment:
|
||||
- MARIADB_ROOT_PASSWORD=root
|
||||
- MARIADB_DATABASE=Iris_testDB
|
||||
- MARIADB_USER=miusuario
|
||||
- MARIADB_PASSWORD=root
|
||||
env_file:
|
||||
- ../Iris_back/.env
|
||||
MARIADB_ROOT_PASSWORD: root
|
||||
MARIADB_DATABASE: Iris_testDB
|
||||
MARIADB_USER: root
|
||||
MARIADB_PASSWORD: root
|
||||
ports:
|
||||
- '${DB_PORT}:3306'
|
||||
- '3306:3306'
|
||||
volumes:
|
||||
- mariadb_data:/var/lib/mysql
|
||||
- ./initdb:/docker-entrypoint-initdb.d
|
||||
|
||||
Reference in New Issue
Block a user