Skip to content

Commit

Permalink
Updated Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roney492 committed Jun 9, 2023
1 parent 25d2b4d commit a7b6a67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM golang:1.20
WORKDIR /data/opv
RUN curl -sf https://gobinaries.com/myitcv/gobin | sh
RUN go mod download github.com/luraproject/lura
RUN gobin entgo.io/ent/cmd/ent@v0.12.2
RUN gobin github.com/swaggo/swag/cmd/swag@v1.16.1
RUN gobin entgo.io/ent/cmd/ent@v0.12.3
RUN gobin github.com/swaggo/swag/cmd/swag@v0.22.3
9 changes: 3 additions & 6 deletions docker_compose_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ services:
ports:
- "5435:5432"
opv_dataplane:
# image: opv-local
container_name: opv_dataplane
image: roney492/opv
image: roney49/opv
networks:
opv_default:
command: dataplane
Expand All @@ -37,9 +36,8 @@ services:
- OPV_DB_CONNECTION_STR=postgres://opv_sys:postgres_test_password@db:5432/opv?sslmode=disable
- OPV_ENCRYPTOR_SECRETBOX_KEYS=GKVB40Yk4JUQno9CVIKxH2uK343GHMVE,Y3XkLGAVQYnRNt1kXO6xyHhoY2pYeieh
opv_controlplane:
# image: opv-local
container_name: opv_controlplane
image: roney492/opv
image: roney49/opv
networks:
opv_default:
ports:
Expand All @@ -53,8 +51,7 @@ services:
- OPV_ENCRYPTOR_SECRETBOX_KEYS=GKVB40Yk4JUQno9CVIKxH2uK343GHMVE,Y3XkLGAVQYnRNt1kXO6xyHhoY2pYeieh
opv_proxyplane:
container_name: opv_contropv_proxyplane
# image: opv-local
image: roney492/opv
image: roney49/opv
networks:
opv_default:
ports:
Expand Down

0 comments on commit a7b6a67

Please sign in to comment.