Updated tagging
This commit is contained in:
@@ -57,8 +57,6 @@ services:
|
||||
- "${SERVICE_PORT:-5000}:5000"
|
||||
build:
|
||||
context: service
|
||||
tags:
|
||||
- aviation-service:${TAG:-latest}
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@@ -78,8 +76,6 @@ services:
|
||||
- ${UI_PORT:-3000}:3000
|
||||
build:
|
||||
context: ui
|
||||
tags:
|
||||
- aviation-ui:${TAG:-latest}
|
||||
depends_on:
|
||||
- service
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user