1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Added build arg

This commit is contained in:
eldadfux 2019-12-06 20:55:44 +02:00
parent 1c7424fd5b
commit 06b09153dd
2 changed files with 7 additions and 6 deletions

View file

@ -25,6 +25,12 @@ return [
'logo' => 'python.svg', 'logo' => 'python.svg',
'link' => 'https://github.com/appwrite/sdk-for-python', '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', 'label' => 'Go',
'versions' => [], 'versions' => [],
@ -32,12 +38,6 @@ return [
'link' => 'https://...', 'link' => 'https://...',
'tag' => 'Soon', 'tag' => 'Soon',
], ],
[
'label' => 'PHP',
'versions' => ['v1.0.0'],
'logo' => 'php.svg',
'link' => 'https://github.com/appwrite/sdk-for-php',
],
[ [
'label' => 'Scala', 'label' => 'Scala',
'versions' => [], 'versions' => [],

View file

@ -7,6 +7,7 @@ services:
context: . context: .
args: args:
- TESTING=true - TESTING=true
- VERSION=dev
restart: unless-stopped restart: unless-stopped
networks: networks:
- appwrite - appwrite