1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

fix: pin setuptools version and update docker-compose to use images

This commit is contained in:
Sean Morley 2025-06-06 09:44:01 -04:00
parent 39c664ab1a
commit 5d0132a2a8
2 changed files with 9 additions and 7 deletions

View file

@ -1,5 +1,6 @@
services:
web:
# build: ./frontend/
image: ghcr.io/seanmorley15/adventurelog-frontend:beta
container_name: adventurelog-frontend
restart: unless-stopped
@ -18,6 +19,7 @@ services:
- postgres_data:/var/lib/postgresql/data/
server:
# build: ./backend/
image: ghcr.io/seanmorley15/adventurelog-backend:beta
container_name: adventurelog-backend
restart: unless-stopped