Skip to content

Commit

Permalink
build: add refuapp admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablito2020 committed Oct 23, 2023
1 parent fdc1fcd commit 9cfa4f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "refuge-sensor-server"]
path = refuge-sensor-server
url = [email protected]:RefuAPP/refuge-sensor-server.git
[submodule "refuapp-admin"]
path = refuapp-admin
url = [email protected]:RefuAPP/refuapp-admin.git
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ services:
depends_on:
- refuapp-backend

refuapp-admin-frontend:
build:
context: ./refuapp-admin
dockerfile: Dockerfile
depends_on:
- refuapp-backend

nginxproxymanager:
image: 'jc21/nginx-proxy-manager:latest'
container_name: nginxproxymanager
Expand Down
1 change: 1 addition & 0 deletions refuapp-admin
Submodule refuapp-admin added at e26887

0 comments on commit 9cfa4f0

Please sign in to comment.