Skip to content

Commit

Permalink
fix: add docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Jan 22, 2025
1 parent 92ab541 commit 7be4bc1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
docker-service:
image: 432159388664.dkr.ecr.us-east-1.amazonaws.com/auto-deployment-service:latest
container_name: docker-service
restart: always
env_file:
- .env
- .env.services.env
mem_limit: 1gb
ports:
- 8089:8080

0 comments on commit 7be4bc1

Please sign in to comment.