10 lines
186 B
YAML
10 lines
186 B
YAML
services:
|
|
gpa-found-data:
|
|
build: .
|
|
image: docker.aizhangz.top/admin/gpa_found_data:latest
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "8080:8080"
|