mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 12:43:26 -05:00
Compare commits
2 Commits
v1.17.0-de
...
v1.17.0-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e385c6e722 | ||
|
|
9ef25e7575 |
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
|
||||||
|
open_collective: komodo
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres:17
|
||||||
labels:
|
labels:
|
||||||
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -27,7 +27,7 @@ services:
|
|||||||
- POSTGRES_DB=${KOMODO_DATABASE_DB_NAME:-komodo}
|
- POSTGRES_DB=${KOMODO_DATABASE_DB_NAME:-komodo}
|
||||||
|
|
||||||
ferretdb:
|
ferretdb:
|
||||||
image: ghcr.io/ferretdb/ferretdb
|
image: ghcr.io/ferretdb/ferretdb:1
|
||||||
labels:
|
labels:
|
||||||
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
ferretdb:
|
ferretdb:
|
||||||
image: ghcr.io/ferretdb/ferretdb
|
image: ghcr.io/ferretdb/ferretdb:1
|
||||||
labels:
|
labels:
|
||||||
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
komodo.skip: # Prevent Komodo from stopping with StopAllContainers
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user