mirror of
https://github.com/opengram-server/opengram.git
synced 2026-08-09 07:43:23 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
export BUILDPLATFORM="linux/amd64"
|
||||
export TARGETARCH="linux/amd64"
|
||||
export REGISTRY_URL="localhost:8500"
|
||||
export BUILD_COMMAND="docker buildx build --push"
|
||||
./1.build-messenger-command-server.sh
|
||||
./2.build-messenger-query-server.sh
|
||||
./4.build-sms-sender.sh
|
||||
./5.build-gateway-server.sh
|
||||
./6.build-auth-server.sh
|
||||
./7.build-data-seeder.sh
|
||||
Reference in New Issue
Block a user