Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.25 - New features and QoL #172

Merged
merged 9 commits into from
Feb 21, 2025
2 changes: 1 addition & 1 deletion docker-compose-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
pgadmin:
depends_on:
- postgres
image: dpage/pgadmin4:8
image: dpage/pgadmin4:9
environment:
PGADMIN_DEFAULT_EMAIL: 'fred@fred.com'
PGADMIN_DEFAULT_PASSWORD: 'fred'
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
FRED_IP: '::'
FRED_PORT: 80
FRED_TOKEN: '${FRED_TOKEN}'
DIALOGFLOW_AUTH: '${DIALOGFLOW_AUTH}'
FRED_SQL_DB: 'fred'
FRED_SQL_USER: 'fred'
FRED_SQL_PASSWORD: 'fred'
Expand Down
Loading