Skip to content

Commit ef04771

Browse files
committed
Deploy fixes
1 parent fdb081f commit ef04771

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

apps/websocket/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-bookworm-slim AS base
1+
FROM node:20-trixie-slim AS base
22

33
FROM base AS builder
44
WORKDIR /app

docker/docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ services:
7171
API_URL: http://api:${API_PORT}
7272
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
7373
NEXTAUTH_URL: https://${DOMAIN}/auth
74+
VATSIM_AUTH_URL: ${VATSIM_AUTH_URL}
7475
VATSIM_CLIENT_ID: ${VATSIM_CLIENT_ID}
7576
VATSIM_CLIENT_SECRET: ${VATSIM_CLIENT_SECRET}
7677
NAVIGRAPH_CLIENT_ID: ${NAVIGRAPH_CLIENT_ID}

docker/setup.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1. Install Ubuntu 24.04 for GLIBC binaries support (needed for uWebsockets.js)
2+
2. Install git
3+
3. Install docker
4+
4. Install rsync
5+
5. Create simradar21 folder with .env in root
6+
6. Create ssh

0 commit comments

Comments
 (0)