fix manifest.in to properly include package files, and fix docker-compose web and staging to use the correct tags (stable and staging) instead of edge
This commit is contained in:
parent
95d794d8b9
commit
eeae7ae675
7 changed files with 14 additions and 36 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
web-staging:
|
||||
image: badbl0cks/pkmntrade-club:edge
|
||||
image: badbl0cks/pkmntrade-club:staging
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ services:
|
|||
web:
|
||||
image: ghcr.io/xe/x/httpdebug
|
||||
entrypoint: ["/ko-app/httpdebug", "--bind", ":8000"]
|
||||
#image: badbl0cks/pkmntrade-club:edge
|
||||
#image: badbl0cks/pkmntrade-club:stable
|
||||
#command: ["granian", "--interface", "wsgi", "pkmntrade_club.django_project.wsgi:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "1", "--workers-kill-timeout", "180", "--access-log"]
|
||||
# env_file:
|
||||
# - .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue