security audit: update submodule, use NUXT_ADMIN_PASSWORD at runtime
This commit is contained in:
parent
3e299551d2
commit
332c7b0c1b
|
|
@ -43,15 +43,12 @@ services:
|
|||
|
||||
portfolio:
|
||||
container_name: portfolio
|
||||
build:
|
||||
context: ./portfolio
|
||||
args:
|
||||
- PASSWORD=${PASSWORD}
|
||||
build: ./portfolio
|
||||
volumes:
|
||||
- portfolio:/src/node_modules
|
||||
- ./portfolio/server/data:/src/server/data
|
||||
environment:
|
||||
- PASSWORD=${PASSWORD}
|
||||
- NUXT_ADMIN_PASSWORD=${PASSWORD}
|
||||
- VIRTUAL_HOST=${DOMAIN},www.${DOMAIN}
|
||||
- VIRTUAL_PATH=/
|
||||
- VIRTUAL_PORT=5000
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 15012d8bebb994b9a39cf8e9fb4eef8e277b2f95
|
||||
Subproject commit bd250eb210013ce9ecf697ff938fee0b9e7ececf
|
||||
Loading…
Reference in a new issue