mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: image tags
This commit is contained in:
parent
d4ae9ab62d
commit
3e45f0e3b8
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ services:
|
|||
- POSTGRES_DB=drop
|
||||
drop:
|
||||
- image: ghcr.io/drop-oss/drop:latest
|
||||
+ image: ghcr.io/drop-oss/drop:v0.4.0-rc-1
|
||||
+ image: ghcr.io/drop-oss/drop:0.4.0-rc-1
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ services:
|
|||
- POSTGRES_USER=drop
|
||||
- POSTGRES_DB=drop
|
||||
drop:
|
||||
image: ghcr.io/drop-oss/drop:v0.4.0-rc-1
|
||||
image: ghcr.io/drop-oss/drop:0.4.0-rc-1
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue