Skip to content

Commit

Permalink
feat: update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed Jun 14, 2024
1 parent d318739 commit 41878ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ services:
build:
context: ./frontend
dockerfile: Dockerfile
args:
- YAGNA_VERSION=pre-rel-v0.15.0-deposits-beta4
command: pnpm run start
working_dir: /app/frontend
ports:
Expand All @@ -49,7 +47,7 @@ services:
context: ./yagna
dockerfile: Dockerfile
args:
- YAGNA_VERSION=pre-rel-v0.15.0-deposits-beta4
- YAGNA_VERSION=pre-rel-v0.16.0-preview.deposit.13
command: yagna service run
ports:
- "7465:7465"
Expand Down

0 comments on commit 41878ee

Please sign in to comment.