Skip to content

Commit

Permalink
misc(version): bump api to v0.39.1-beta (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Denquin <[email protected]>
  • Loading branch information
jdenquin and jdenquin authored Jul 7, 2023
1 parent e542b36 commit ee694be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ services:
POSTGRES_USER: ${POSTGRES_USER:-lago}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-changeme}
PGDATA: /data/postgres
PGPORT: ${POSTGRES_PORT:-5432}
volumes:
- lago_postgres_data:/data/postgres
ports:
- ${POSTGRES_PORT:-5432}:5432
- ${POSTGRES_PORT:-5432}:${POSTGRES_PORT:-5432}

redis:
image: redis:6.2-alpine
Expand All @@ -32,7 +33,7 @@ services:

api:
container_name: lago-api
image: getlago/api:v0.39.0-beta
image: getlago/api:v0.39.1-beta
restart: unless-stopped
depends_on:
- db
Expand Down Expand Up @@ -116,7 +117,7 @@ services:

api-worker:
container_name: lago-worker
image: getlago/api:v0.39.0-beta
image: getlago/api:v0.39.1-beta
restart: unless-stopped
depends_on:
- api
Expand Down Expand Up @@ -154,7 +155,7 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api:v0.39.0-beta
image: getlago/api:v0.39.1-beta
restart: unless-stopped
depends_on:
- api
Expand Down
2 changes: 1 addition & 1 deletion front
Submodule front updated 1 files
+1 −1 ditto/base.json

0 comments on commit ee694be

Please sign in to comment.