api-web-crawler / docker-compose.yaml
mrfirdauss's picture
fix structuer
12a4071
raw
history blame contribute delete
255 Bytes
# docker-compose.yaml
version: '3.8'
services:
app:
# Production uses this image
image: 825765383758.dkr.ecr.ap-southeast-3.amazonaws.com/$CONTAINER_NAME:${IMAGE_TAG}
ports:
- "7860:7860"
env_file:
- .env
restart: always