-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c39e507
commit fb2527b
Showing
13 changed files
with
139 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
app: | ||
listen_addr: 0.0.0.0:8080 | ||
redis_storage: | ||
host: localhost | ||
port: 6379 | ||
parcel_locker_service: | ||
endpoint_url: http://localhost:8081 | ||
app: | ||
listen_addr: 0.0.0.0:8080 | ||
redis_storage: | ||
host: localhost | ||
port: 6379 | ||
parcel_locker_service: | ||
endpoint_url: http://localhost:8081 | ||
cache_ttl: 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
APP_LISTEN_ADDR=0.0.0.0:8080 | ||
PARCEL_LOCKER_CACHE_TTL=60 | ||
PARCEL_LOCKER_SERVICE_ENDPOINT_URL=http://pl-app:8081 | ||
REDIS_HOST=ship-redis-storage | ||
APP_LISTEN_ADDR=0.0.0.0:8080 | ||
PARCEL_LOCKER_CACHE_TTL=60 | ||
PARCEL_LOCKER_SERVICE_ENDPOINT_URL=http://md-pl-app:8081 | ||
REDIS_HOST=md-ship-redis-storage | ||
REDIS_PORT=6379 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
networks: | ||
ship-public: | ||
labels: | ||
- "app-identity=delivery-magic" | ||
- "app-network=ship-public" | ||
name: md-ship-public | ||
ship-redis: | ||
labels: | ||
- "app-identity=delivery-magic" | ||
- "app-network=ship-redis" | ||
name: md-ship-redis | ||
pl-public: | ||
name: md-pl-public | ||
external: true | ||
networks: | ||
public: | ||
labels: | ||
- "app-identity=delivery-magic" | ||
- "app-network=ship-public" | ||
name: md-ship-public | ||
redis: | ||
labels: | ||
- "app-identity=delivery-magic" | ||
- "app-network=ship-redis" | ||
name: md-ship-redis | ||
md-pl-public: | ||
name: md-pl-public | ||
external: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
HSET customer_shipping_address:sample-shipping-address-id-1 Id "sample-shipping-address-id-1" City "Riga" Street "Nicgales 5" Longitude "56.959520" Latitude "24.174040" | ||
HSET customer:sample-customer-id-1 Id "sample-customer-id-1" Name "Sample customer 1 name" Description "Sample customer 1 description" CreatedAt 2000001 AddressId "sample-shipping-address-id-1" | ||
HSET customer:sample-customer-id-2 Id "sample-customer-id-2" Name "Sample customer 2 name" Description "Sample customer 2 description" CreatedAt 2000002 | ||
ZADD customers 2000001 "sample-customer-id-1" | ||
HSET customer_shipping_address:sample-shipping-address-id-1 Id "sample-shipping-address-id-1" City "Riga" Street "Nicgales 5" Longitude "56.959520" Latitude "24.174040" | ||
HSET customer:sample-customer-id-1 Id "sample-customer-id-1" Name "Sample customer 1 name" Description "Sample customer 1 description" CreatedAt 2000001 AddressId "sample-shipping-address-id-1" | ||
HSET customer:sample-customer-id-2 Id "sample-customer-id-2" Name "Sample customer 2 name" Description "Sample customer 2 description" CreatedAt 2000002 | ||
ZADD customers 2000001 "sample-customer-id-1" | ||
ZADD customers 2000002 "sample-customer-id-2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dbfilename taskmanager.rdb | ||
dbfilename taskmanager.rdb | ||
save 60 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.