Updated UI with accounts and fixed routing

This commit is contained in:
2025-04-13 21:35:08 -04:00
parent d5bc4cafb8
commit 592de030c8
24 changed files with 256 additions and 108 deletions

View File

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