Compare commits
2 Commits
e81532f920
...
a328414b4e
| Author | SHA1 | Date | |
|---|---|---|---|
| a328414b4e | |||
| 082fe9fea8 |
13
docker-compose.test.yml
Normal file
13
docker-compose.test.yml
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
website:
|
||||
image: git.jinshen.cn/remilia/jinshen-website
|
||||
container_name: webService
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
environment:
|
||||
NUXT_PUBLIC_DIRECTUS_URL: ${DIRECTUS_URL}
|
||||
NUXT_PUBLIC_DIRECTUS_TOKEN: ${DIRECTUS_TOKEN}
|
||||
NUXT_PUBLIC_MEILI_HOST: ${MEILI_HOST}
|
||||
NUXT_PUBLIC_MEILI_SEARCH_KEY: ${MEILI_MASTER_KEY}
|
||||
ports:
|
||||
- 3200:3000
|
||||
Reference in New Issue
Block a user