elastic
docker-compose.yml
name: 'elastic'
services:
api:
image: ${APP_IMAGE_FULL_TAG:-elastic/api:latest}
ports:
- "5001:5000"
env_file:
- .env.production
networks:
- app-network
restart: unless-stopped
depends_o...
devops-rulebook.hashnode.dev3 min read