mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 05:55:13 +00:00
api key auth added
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
networks:
|
||||
- api.network
|
||||
api1:
|
||||
env_file: .env
|
||||
volumes:
|
||||
- './data:/app/data'
|
||||
build: .
|
||||
@@ -22,6 +23,7 @@ services:
|
||||
networks:
|
||||
- api.network
|
||||
api2:
|
||||
env_file: .env
|
||||
volumes:
|
||||
- './data:/app/data'
|
||||
build: .
|
||||
@@ -34,6 +36,7 @@ services:
|
||||
networks:
|
||||
- api.network
|
||||
api3:
|
||||
env_file: .env
|
||||
volumes:
|
||||
- './data:/app/data'
|
||||
build: .
|
||||
|
||||
Reference in New Issue
Block a user