Skip to content

Commit

Permalink
Use proper images in docker-compose.yaml (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbb authored Nov 1, 2023
1 parent ce818f1 commit 4a4fa78
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ networks:
services:
web:
container_name: web
build:
context: ./web
dockerfile: Dockerfile
image: mina-ocv-web:latest
env_file: .env
environment:
- API_BASE_URL=http://server:8080
Expand All @@ -22,9 +20,7 @@ services:
- server
server:
container_name: server
build:
context: ./server
dockerfile: Dockerfile
image: mina-ocv-server:latest
env_file: .env
environment:
- DB_HOST=db
Expand Down

0 comments on commit 4a4fa78

Please sign in to comment.