Halfway through table redesign, saving to revert to working version

This commit is contained in:
Jason Jordan
2026-03-05 11:30:24 -05:00
parent ea07afb751
commit b5a1517330
86 changed files with 1286 additions and 884 deletions
+17 -17
View File
@@ -17,25 +17,25 @@ services:
- TAILWIND_POLLING=true
tty: true
stdin_open: true
# depends_on:
# db:
# condition: service_healthy
depends_on:
db:
condition: service_healthy
# redis:
# condition: service_started
# db:
# build:
# context: .
# dockerfile: Dockerfile.db
# volumes:
# - ./mssql-data:/var/opt/mssql
# ports:
# - "1434:1434"
# healthcheck:
# test: ["CMD", "/opt/mssql-tools/bin/sqlcmd", "-Usa", "-PBr1tt0nPassw0rd", "-Q", "select 1"]
# interval: 10s
# timeout: 3s
# retries: 10
# start_period: 10s
db:
build:
context: .
dockerfile: Dockerfile.db
volumes:
- ./mssql-data:/var/opt/mssql
ports:
- "1434:1434"
healthcheck:
test: ["CMD", "/opt/mssql-tools/bin/sqlcmd", "-Usa", "-PBr1tt0nPassw0rd", "-Q", "select 1"]
interval: 10s
timeout: 3s
retries: 10
start_period: 10s
# redis:
# image: redis
# volumes: