Skip to content

Commit

Permalink
chore: Use worker release image
Browse files Browse the repository at this point in the history
  • Loading branch information
Woynert committed Sep 27, 2023
1 parent a0e1452 commit 51e474a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git submodule update --init
- (Optional) Use the **gradle wrapper script** (`./gradlew`) for all `gradle` commands. For example:

```sh
./gradlew build
./gradlew run
```

- (Optional) Use the provided `nix-shell` to get into a shell with all required dependecies [[install Nix](https://nixos.org/download)].
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
POSTGRES_USER: username
volumes:
- ./.docker-psql-mult-db:/docker-entrypoint-initdb.d/init.sh
- ../docker-mounts/capydb:/var/lib/postgresql/data
#- ../docker-mounts/capydb:/var/lib/postgresql/data
networks:
- net

Expand Down

0 comments on commit 51e474a

Please sign in to comment.