mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 12:59:36 +02:00
Fix compose file
This commit is contained in:
parent
704d26f867
commit
425b7b4b3d
2 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ def start_scheduler():
|
|||
max_instances=1,
|
||||
replace_existing=True,
|
||||
)
|
||||
|
||||
# scheduler
|
||||
logger.info("Starting scheduler...")
|
||||
scheduler.start()
|
||||
return scheduler
|
|
@ -23,8 +23,8 @@ services:
|
|||
- postgres_data:/var/lib/postgresql/data/
|
||||
|
||||
server:
|
||||
build: ./backend/
|
||||
#image: ghcr.io/seanmorley15/adventurelog-backend:latest
|
||||
#build: ./backend/
|
||||
image: ghcr.io/seanmorley15/adventurelog-backend:latest
|
||||
environment:
|
||||
- PGHOST=db
|
||||
- PGDATABASE=database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue