13 lines
341 B
YAML
13 lines
341 B
YAML
services:
|
|
frontend:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
# ports:
|
|
# - 80:80
|
|
environment:
|
|
- BACKEND_API_HOST=${BACKEND_API_HOST}
|
|
- BACKEND_API_PORT=${BACKEND_API_PORT}
|
|
- BACKEND_MINIO_HOST=${BACKEND_MINIO_HOST}
|
|
- BACKEND_MINIO_PORT=${BACKEND_MINIO_PORT}
|
|
restart: unless-stopped
|