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 f842d9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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

0 comments on commit f842d9a

Please sign in to comment.