mirror of
https://github.com/Floriansylvain/CineAllo.git
synced 2026-08-19 11:43:24 +02:00
Fixed Docker for Mac env
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
- .env
|
||||
networks:
|
||||
- back-net
|
||||
# ports:
|
||||
# - '3306:3306'
|
||||
environment:
|
||||
- "MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}"
|
||||
- "MYSQL_DATABASE=${MYSQL_DATABASE}"
|
||||
@@ -17,6 +19,7 @@ services:
|
||||
retries: 10
|
||||
backend:
|
||||
build: .
|
||||
platform: linux/amd64
|
||||
image: cineallo-backend
|
||||
depends_on:
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user