Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vxcall authored Sep 18, 2024
1 parent bb704c8 commit 70d3bec
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# backend
# NOT MAINTAINED
We ended up using other architecture, so this repo is what used to be our backend. not anymore

## backend
Art gallery companion app's backend made by Artizans

# start up
## start up

1. create .env first. refer to .env.example file as an example
2. then run following commands
Expand All @@ -11,13 +14,13 @@ docker compose up --build -d
docker compose logs -f
```

# clean up when finished
## clean up when finished

```Shell
docker compose down
```

# What we did to manually push container to ECR
## What we did to manually push container to ECR

only first try.

Expand All @@ -35,4 +38,4 @@ docker tag IMAGE_ID $AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/artizans/w
docker push $AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/artizans/webserver
```

Also we created new security group that allow all inbound access, and attach it to fargate. like 0.0.0.0/0 thing
Also we created new security group that allow all inbound access, and attach it to fargate. like 0.0.0.0/0 thing

0 comments on commit 70d3bec

Please sign in to comment.