Skip to content

Commit

Permalink
fixed django base
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Feb 19, 2024
1 parent 0f8b271 commit c75d077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pennlabs/django-base:5de090304212f6f6e103234feb6a973508106eaa-3.11
FROM pennlabs/django-base:b269ea1613686b1ac6370154debbb741b012de1a-3.11

LABEL maintainer="Penn Labs"

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
backend:
image: pennlabs/penn-clubs-backend:${GIT_SHA}
image: "pennlabs/penn-clubs-backend:latest"
environment:
DJANGO_SETTINGS_MODULE: pennclubs.settings.ci
DATABASE_URL: "postgres://postgres:postgres@postgres:5432/postgres"
Expand All @@ -38,7 +38,7 @@ services:
- "traefik.http.routers.backend.entrypoints=web"
- "traefik.http.services.backend.loadbalancer.server.port=80"
frontend:
image: pennlabs/penn-clubs-frontend:${GIT_SHA}
image: "pennlabs/penn-clubs-frontend:latest"
command: ["yarn", "start"]
environment:
DOMAIN: http://traefik
Expand Down

0 comments on commit c75d077

Please sign in to comment.