Skip to content

Commit

Permalink
bump to v2.11.0-beta10
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Apr 17, 2023
1 parent 9a0837b commit 4d611e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ services:
- pushpin
restart: unless-stopped
static: # Hosts frontend assets
image: julianpoy/recipesage-selfhost:static-v2.11.0-beta8
image: julianpoy/recipesage-selfhost:static-v2.11.0-beta10
environment:
- API_BASE_OVERRIDE=null
volumes:
- ./static.entrypoint.sh:/docker-entrypoint.d/static.entrypoint.sh
restart: unless-stopped
api: # Hosts backend API
image: julianpoy/recipesage-selfhost:api-v2.11.0-beta8
image: julianpoy/recipesage-selfhost:api-v2.11.0-beta10
depends_on:
- postgres
- elasticsearch
Expand Down

0 comments on commit 4d611e9

Please sign in to comment.