Fix compose file

This commit is contained in:
Sean Morley
2024-08-21 10:08:46 -04:00
parent 704d26f867
commit 425b7b4b3d
2 changed files with 3 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ services:
- postgres_data:/var/lib/postgresql/data/
server:
build: ./backend/
#image: ghcr.io/seanmorley15/adventurelog-backend:latest
#build: ./backend/
image: ghcr.io/seanmorley15/adventurelog-backend:latest
environment:
- PGHOST=db
- PGDATABASE=database