Renamed service to api
This commit is contained in:
@@ -60,9 +60,9 @@ services:
|
||||
container_name: aviation-api
|
||||
env_file: *env
|
||||
ports:
|
||||
- "${SERVICE_PORT:-5000}:5000"
|
||||
- "${API_PORT:-5000}:5000"
|
||||
build:
|
||||
context: service
|
||||
context: api
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user