Skip to content

Instantly share code, notes, and snippets.

View a2z-ice's full-sized avatar
🎯
Focusing

Assaduzzaman a2z-ice

🎯
Focusing
View GitHub Profile
@a2z-ice
a2z-ice / gist:d481ebdf7b2d099060df277467431a06
Created January 14, 2024 10:26
docker-compose-shopecom
version: "3.8"
services:
shopecom-service:
image: assaduzzaman/shopecom-ui
container_name: shopecom-ui
depends_on:
- keycloak
- shopecom-api
ports:
- 80:80
worker_processes 1;
events {
worker_connections 1024;
}
http {
server {
listen 80;
server_name shopecom-service;