generated from duanshuwen/webapp-vue-frontend
15 lines
315 B
YAML
15 lines
315 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
aigc-frontend:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: aigc-frontend
|
|
ports:
|
|
- "8080:80"
|
|
# 如需覆盖 API 地址,取消下面注释
|
|
# environment:
|
|
# - API_TARGET=https://your-api-server.com/path
|
|
restart: unless-stopped
|