Skip to content

Commit

Permalink
fix: #36 tag stable version on docker images (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin authored Jun 2, 2022
1 parent 63017fa commit 3a5c339
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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:latest
image: getlago/api:v0.1.0-alpha
restart: unless-stopped
depends_on:
- db
Expand All @@ -50,7 +50,7 @@ services:

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

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

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

0 comments on commit 3a5c339

Please sign in to comment.