Revert envar changes
This commit is contained in:
parent
7c97fe7064
commit
9e6a11915b
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
REACT_APP_CAIRO_URL=http://localhost:52000
|
||||
REACT_APP_CAIRO_URL=http://cairo.dunestorm.net:52000
|
||||
|
|
|
@ -13,7 +13,7 @@ services:
|
|||
- "52001:52001"
|
||||
environment:
|
||||
- ALEXANDRIA_DATABASE_PASSWORD=${ALEXANDRIA_DATABASE_PASSWORD}
|
||||
- CAIRO_URL=http://localhost:52000
|
||||
- CAIRO_URL=http://cairo.dunestorm.net:52000
|
||||
|
||||
khufu.dunestorm.net:
|
||||
image: khufu.dunestorm.net
|
||||
|
|
Reference in a new issue