Skip to content

Commit

Permalink
Reverted to standard perseus web and backend
Browse files Browse the repository at this point in the history
updated port of backend
  • Loading branch information
alondhe committed Sep 11, 2023
1 parent e9b1ddd commit bae0945
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 139 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,6 @@ services:
platform: linux/amd64
container_name: perseus-web
restart: always
volumes:
- ./perseus/web/server.docker.conf:/etc/nginx/server.docker.conf
labels:
- "traefik.enable=true"

Expand Down Expand Up @@ -472,7 +470,7 @@ services:
volumes:
- ./perseus/backend/config.py:/app/config.py
ports:
- "5000:5000"
- "5004:5004"
#depends_on:
# - perseus-shareddb
# - perseus-files-manager
Expand Down
2 changes: 1 addition & 1 deletion perseus/backend/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORT = 5000
PORT = 5004
APP_PREFIX = '/backend'
VERSION = 0.4

Expand Down
135 changes: 0 additions & 135 deletions perseus/web/server.docker.conf

This file was deleted.

0 comments on commit bae0945

Please sign in to comment.