File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
examples/stacks/lepp-stack Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9
9
"env" : {
10
10
"NGINX_WEB_PORT" : " 8089" ,
11
11
"NGINX_WEB_ROOT" : " ../../../my_app" ,
12
- "PGPORT" : " 5433"
12
+ "PGPORT" : " 5433" ,
13
+ "PGHOST" : " /tmp/devbox/lepp"
13
14
},
14
15
"shell" : {
15
16
"scripts" : {
22
23
"run_test" : [
23
24
" mkdir -p /tmp/devbox/lepp" ,
24
25
" export PGHOST=/tmp/devbox/lepp" ,
26
+ " rm -rf .devbox/virtenv/postgresql/data" ,
25
27
" initdb" ,
26
28
" devbox services up -b" ,
27
- " echo 'sleep 2 second for the postgres server to initialize.' && sleep 2" ,
29
+ " echo 'sleep 2 second for the postgres server to initialize.'" ,
30
+ " sleep 2" ,
28
31
" dropdb --if-exists devbox_lepp" ,
29
32
" createdb devbox_lepp" ,
30
33
" psql devbox_lepp < setup_postgres_db.sql" ,
Original file line number Diff line number Diff line change 22
22
},
23
23
"nginx@latest": {
24
24
"last_modified": "2023-09-04T16:24:30Z",
25
- "plugin_version": "0.0.3 ",
25
+ "plugin_version": "0.0.4 ",
26
26
"resolved": "github:NixOS/nixpkgs/3c15feef7770eb5500a4b8792623e2d6f598c9c1#nginx",
27
27
"source": "devbox-search",
28
28
"version": "1.24.0",
You can’t perform that action at this time.
0 commit comments