Skip to content

Commit 79b00a5

Browse files
rootroot
authored andcommitted
README: Simplify deployment - GHCR only, remove Docker Hub alternative
1 parent 3e031e8 commit 79b00a5

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,16 @@ nano .env
9595
docker compose up -d
9696
```
9797

98-
### Using Docker Hub (Alternative)
98+
### Local Development
9999

100-
```yaml
101-
# In docker-compose.yml, change:
102-
image: ghcr.io/renfrewcountyscanner/icad_dispatch_v2:latest
103-
# to:
104-
image: renfrewcountyscanner/icad_dispatch_v2:latest
105-
```
106-
107-
### Local Development Build
108-
109-
For development or custom builds:
100+
For developers who want to modify the code:
110101

111102
```bash
112-
# Use the production compose file
103+
# Clone the repository
104+
git clone https://github.com/renfrewcountyscanner/icad_dispatch_v2.git
105+
cd icad_dispatch_v2
106+
107+
# Use the production compose file (builds locally)
113108
docker compose -f docker-compose.production.yml up -d --build
114109
```
115110

0 commit comments

Comments
 (0)