- TODO: Fix bug in navbar and directing
This commit is contained in:
Zheyuan Wu
2025-10-24 21:49:47 -05:00
parent 05d5b92255
commit 3aceb5ba0b
7 changed files with 166 additions and 17 deletions

View File

@@ -1,3 +1,5 @@
name: notenextra
services:
# you may need to update relative directories if you move this file
# default created directories is /docker/docker-compose.yaml
@@ -9,7 +11,7 @@ services:
- trance0/notenextra-math:latest
restart: on-failure:5
ports:
- 13001:4201
- 13001:4200
notenextra-cse:
build:
context: ../
@@ -18,11 +20,11 @@ services:
- trance0/notenextra-cse:latest
restart: on-failure:5
ports:
- 13002:4202
- 13002:4200
nginx:
image: nginx:latest
ports:
- 13000:80
- 13003:80
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
depends_on: