Skip to content

Commit

Permalink
misc: update docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Jun 2, 2022
1 parent 3a5c339 commit fc98b65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:

api:
container_name: lago-api
image: getlago/api:v0.1.0-alpha
image: getlago/api:v0.1.1-alpha
restart: unless-stopped
depends_on:
- db
Expand All @@ -50,7 +50,7 @@ services:

front:
container_name: lago-front
image: getlago/front:v0.1.0-alpha
image: getlago/front:v0.1.1-alpha
restart: unless-stopped
depends_on:
- api
Expand All @@ -63,7 +63,7 @@ services:

api-worker:
container_name: lago-worker
image: getlago/api:v0.1.0-alpha
image: getlago/api:v0.1.1-alpha
restart: unless-stopped
depends_on:
- api
Expand All @@ -79,7 +79,7 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api:v0.1.0-alpha
image: getlago/api:v0.1.1-alpha
restart: unless-stopped
depends_on:
- api
Expand Down

0 comments on commit fc98b65

Please sign in to comment.