mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 05:28:31 +00:00
Merge branch 'master' of github.com:appwrite/appwrite
This commit is contained in:
commit
a1404d9bf6
2 changed files with 7 additions and 6 deletions
|
|
@ -25,6 +25,12 @@ return [
|
|||
'logo' => 'python.svg',
|
||||
'link' => 'https://github.com/appwrite/sdk-for-python',
|
||||
],
|
||||
[
|
||||
'label' => 'PHP',
|
||||
'versions' => ['v1.0.0'],
|
||||
'logo' => 'php.svg',
|
||||
'link' => 'https://github.com/appwrite/sdk-for-php',
|
||||
],
|
||||
[
|
||||
'label' => 'Go',
|
||||
'versions' => [],
|
||||
|
|
@ -32,12 +38,6 @@ return [
|
|||
'link' => 'https://...',
|
||||
'tag' => 'Soon',
|
||||
],
|
||||
[
|
||||
'label' => 'PHP',
|
||||
'versions' => ['v1.0.0'],
|
||||
'logo' => 'php.svg',
|
||||
'link' => 'https://github.com/appwrite/sdk-for-php',
|
||||
],
|
||||
[
|
||||
'label' => 'Scala',
|
||||
'versions' => [],
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ services:
|
|||
context: .
|
||||
args:
|
||||
- TESTING=true
|
||||
- VERSION=dev
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- appwrite
|
||||
|
|
|
|||
Loading…
Reference in a new issue