Renamed service to api

This commit is contained in:
2024-09-03 17:15:48 -04:00
parent ec1661e048
commit 310d1eaad8
36 changed files with 46 additions and 46 deletions

View File

@@ -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