mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 01:34:38 +10:00
Merge pull request #46 from Pacodastre/fix-docker-compose-image
Fixes wrong image being used in deploy-template example
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
- POSTGRES_USER=drop
|
- POSTGRES_USER=drop
|
||||||
- POSTGRES_DB=drop
|
- POSTGRES_DB=drop
|
||||||
drop:
|
drop:
|
||||||
image: registry.deepcore.dev/drop-oss/drop/main:latest
|
image: decduck/drop-oss:v0.2.0-beta
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user