mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
misc: fix container references
This commit is contained in:
parent
3c31144a58
commit
8a7f981f6e
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ services:
|
|||
- UXBOX_DATABASE_USERNAME="uxbox"
|
||||
- UXBOX_DATABASE_PASSWORD="uxbox_postgres_password"
|
||||
- UXBOX_DATABASE_NAME="uxbox"
|
||||
- UXBOX_DATABASE_SERVER="uxdb"
|
||||
- UXBOX_DATABASE_SERVER="postgres"
|
||||
- UXBOX_DATABASE_PORT=5432
|
||||
# Mail setup
|
||||
- UXBOX_EMAIL_REPLY_TO="no-reply@uxbox.io"
|
||||
|
|
|
@ -29,7 +29,7 @@ server {
|
|||
|
||||
# Backend
|
||||
location /api/ {
|
||||
proxy_pass http://uxbackend:6060/api/;
|
||||
proxy_pass http://backend:6060/api/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
|
Loading…
Reference in a new issue