1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +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

@ -4,13 +4,13 @@ django-allauth==0.63.3
drf-yasg==1.21.4 drf-yasg==1.21.4
django-cors-headers==4.4.0 django-cors-headers==4.4.0
coreapi==2.3.3 coreapi==2.3.3
python-dotenv python-dotenv==1.1.0
psycopg2-binary psycopg2-binary==2.9.10
Pillow pillow==11.2.1
whitenoise whitenoise==6.9.0
django-resized django-resized==1.0.3
django-geojson django-geojson==4.2.0
setuptools<81 setuptools==79.0.1
gunicorn==23.0.0 gunicorn==23.0.0
qrcode==8.0 qrcode==8.0
slippers==0.6.2 slippers==0.6.2

View file

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