Skip to content

Commit

Permalink
Remove env_file references from Docker Compose configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Jan 17, 2025
1 parent da84633 commit 409209f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ services:
mariadb:
image: mariadb:latest
restart: always
env_file: ./.env
environment:
MARIADB_DATABASE: ${DB_DATABASE}
MARIADB_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
Expand All @@ -19,7 +18,6 @@ services:
image: leonardomeireles55/quality-lab-pro-back-end:latest
working_dir: /usr/src/app
container_name: quality-lab-pro
env_file: ./.env
ports:
- ${SERVER_LOCAL_PORT}:${SERVER_DOCKER_PORT}
environment:
Expand Down

0 comments on commit 409209f

Please sign in to comment.