updates
- TODO: Fix bug in navbar and directing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user