|
|
@ -1,7 +1,7 @@ |
|
|
|
version: "3" |
|
|
|
|
|
|
|
networks: |
|
|
|
weather_history_gate: |
|
|
|
jsonrpc-weather-backend_gate: |
|
|
|
external: true |
|
|
|
|
|
|
|
services: |
|
|
@ -26,7 +26,7 @@ services: |
|
|
|
expose: |
|
|
|
- "9000" |
|
|
|
networks: |
|
|
|
- weather_history_gate |
|
|
|
- jsonrpc-weather-backend_gate |
|
|
|
nginx: |
|
|
|
image: nginx:1.19 |
|
|
|
restart: unless-stopped |
|
|
@ -38,4 +38,4 @@ services: |
|
|
|
ports: |
|
|
|
- "8$PROJECT_ID:80" |
|
|
|
networks: |
|
|
|
- weather_history_gate |
|
|
|
- jsonrpc-weather-backend_gate |