mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 00:48:44 +00:00
tests - fix ghost/docker
This commit is contained in:
parent
7e226301d4
commit
b35dbdffc0
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ services:
|
|||
- ./ghost-data:/var/lib/ghost/content
|
||||
environment:
|
||||
- url=https://www.example.com # replace with your domain
|
||||
- NODE_ENV=development
|
||||
|
||||
volumes:
|
||||
bw_data:
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ services:
|
|||
- bw-services
|
||||
environment:
|
||||
- url=https://www.example.com # replace with your domain
|
||||
- NODE_ENV=development
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
|
|
|
|||
Loading…
Reference in a new issue