Skip to content

Commit

Permalink
Cleaning up build files
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed Nov 21, 2021
1 parent 6a7b480 commit bbfe257
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 0 additions & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
'gunicorn',
'flask-talisman',
'redis',
'packaging',
'lupa',
'boto3',
'jinja2',
Expand Down
9 changes: 7 additions & 2 deletions contrib/tuber.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@ URL: https://tuber.hackafe.net/
VCS: {{{ git_dir_vcs }}}
Source: {{{ git_pack }}}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: npm
BuildRequires: git
Requires: python3-passlib
Requires: python3-flask
Requires: python3-requests
Requires: python3-gunicorn
Requires: python3-flask-sqlalchemy
Requires: python3-flask-migrate
Requires: python3-alembic
Requires: python3-redis
Requires: python3-lupa
Requires: python3-boto3
Requires: python3-jinja2
Requires: python3-psycopg2

%define debug_package %{nil}
%{?python_enable_dependency_generator}
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ services:

frontend:
build: ./frontend
image: ghcr.io/claughinghouse/tuber-frontend:latest
image: ghcr.io/magfest/tuber-frontend:latest
networks:
- tuber

backend:
build: ./backend
image: ghcr.io/claughinghouse/tuber-backend:latest
image: ghcr.io/magfest/tuber-backend:latest
depends_on:
- postgres
- redis
Expand Down

0 comments on commit bbfe257

Please sign in to comment.