Skip to content

Commit

Permalink
Removed version from compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
mehallhm committed Jan 21, 2025
1 parent df3f40c commit 80c6940
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ COPY --from=build /app/dist .
# the dev and non-dev deps are a tangled mess rn
RUN yarn workspaces focus

# Manually install openssl for Prisma. The Alpine image should already
# have it, but Prisma fails to detect it for some reason
RUN set -ex; \
apk update; \
apk add --no-cache \
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/dev/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2"

services:
postgresql:
image: postgres:11.19-bullseye
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/dev/docker-compose-server.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "2"

services:
postgresql:
image: postgres:11.19-bullseye
Expand Down

0 comments on commit 80c6940

Please sign in to comment.