Updated UI with accounts and fixed routing
This commit is contained in:
@@ -87,7 +87,7 @@ services:
|
||||
<<: *default_restart
|
||||
|
||||
api:
|
||||
image: gitea.bensherriff.com/bsherriff/aviation-api:0.1.2
|
||||
image: gitea.bensherriff.com/bsherriff/aviation-api:0.1.3
|
||||
container_name: aviation-api
|
||||
build:
|
||||
context: ./api
|
||||
@@ -95,6 +95,7 @@ services:
|
||||
env_file: *env
|
||||
environment:
|
||||
SSL_CA_PATH: /ssl/ca.pem
|
||||
API_PORT: 5000
|
||||
POSTGRES_HOST: aviation-postgres
|
||||
POSTGRES_PORT: 5432
|
||||
REDIS_HOST: aviation-redis
|
||||
@@ -117,7 +118,7 @@ services:
|
||||
<<: *default_restart
|
||||
|
||||
ui:
|
||||
image: gitea.bensherriff.com/bsherriff/aviation-ui:latest
|
||||
image: gitea.bensherriff.com/bsherriff/aviation-ui:0.1.2
|
||||
container_name: aviation-ui
|
||||
build:
|
||||
context: ./ui
|
||||
|
||||
Reference in New Issue
Block a user