build: 添加测试用compose #61

Manually merged
remilia merged 1 commits from build/compose into master 2025-11-06 16:53:22 +08:00
Showing only changes of commit 082fe9fea8 - Show all commits

13
docker-compose.test.yml Normal file
View 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