Skip to content

Commit

Permalink
modify docker compose and selfhost guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauzanmhr committed Aug 23, 2024
1 parent fb8d192 commit 6820f77
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,8 @@ Sebelum memulai, pastikan Anda telah menginstal:
```sh
git submodule update --init --recursive
```

3. **Ganti example.env ke .env:**
```sh
mv example.env .env
```

4**Build Image Docker:**
3. **Build Image Docker:**
```sh
docker compose build
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
expose:
- 3001
environment:
- NODE_ENV=production
- NODE_ENV=development

networks:
zannime-dev:
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- "3000:3000"
environment:
- NODE_ENV=production
- API_URL=http://wajik-anime-api-dev:3001
depends_on:
- wajik-anime-api

Expand Down
3 changes: 0 additions & 3 deletions example.env

This file was deleted.

0 comments on commit 6820f77

Please sign in to comment.