Updated docker-compose.yml to use published docker image

This commit is contained in:
Camerin Figueroa 2024-05-02 22:20:26 -04:00
parent 0650339285
commit d81b07957c
1 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,3 @@
version: "3.8"
services: services:
postgres: postgres:
image: postgres image: postgres
@ -14,10 +12,7 @@ services:
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres -d request_mirror_db | grep 'accepting connections'"] test: ["CMD-SHELL", "pg_isready -U postgres -d request_mirror_db | grep 'accepting connections'"]
request-mirror: request-mirror:
#image: request-mirror image: raspberrypi99/request-mirror:latest
build: &request_mirror_build
context: .
dockerfile: ./Dockerfile
ports: ports:
- 80:8000 - 80:8000
environment: environment: