Skip to content

Commit

Permalink
Remove update-poggit-search volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfredericks committed Jun 22, 2024
1 parent 4dea70a commit dc1ebfc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .env.production

This file was deleted.

15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
# PocketMine Tools
Convert PocketMine-MP plugins online.

## Getting Started
Before switching environments, remember to delete all existing volumes.
### Development
Don't forget to copy `.env.example` to `.env.development` and fill in missing values before starting the server. Leave `NEXT_PUBLIC_POGGIT_SEARCH_API_KEY` blank.
```shell
docker compose -f compose.dev.yaml up --build
```

### Production
Don't forget to copy `.env.example` to `.env.production` and fill in missing values before starting the server. Leave `NEXT_PUBLIC_POGGIT_SEARCH_API_KEY` blank.
```shell
docker compose -f compose.prod.yaml run update-poggit-search
docker compose -f compose.prod.yaml up --build
```

## Notes
`crashdump.interface.ts` and `crashdump-schema.json` represent the same schema. Do not edit one without updating the other.

Expand Down
2 changes: 0 additions & 2 deletions compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ services:
typesense:
condition: service_healthy
restart: on-failure
volumes:
- ./.env.development:/app/shared/.env.local
typesense:
image: typesense/typesense:26.0
environment:
Expand Down
2 changes: 0 additions & 2 deletions compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ services:
typesense:
condition: service_healthy
restart: on-failure
volumes:
- ./.env.production:/app/shared/.env.local
typesense:
image: typesense/typesense:26.0
environment:
Expand Down

0 comments on commit dc1ebfc

Please sign in to comment.