Skip to content

Commit 7a6eff1

Browse files
committed
Update README.md
1 parent 404656b commit 7a6eff1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you'd like to add your own service, then you should follow the steps below to
6767

6868
2. `(optional)` Add service's folder `services/YOUR_SERVICE`. For example, if you are going to store some data or configuration files only related to that service.
6969

70-
3. `(optional)` Add service's script file `run/services/YOUR_SERVICE.sh`. For example, if you need to craete some folders in advance on `setup` step.
70+
3. `(optional)` Add service's script file `services/YOUR_SERVICE/index.sh`. For example, if you need to craete some folders in advance on `setup` step.
7171

7272
### Service deletion
7373

@@ -87,7 +87,6 @@ The folder structure is pretty simple but lets you reuse and write less boilerpl
8787
- `build.sh` - `build` script that runs `setup` script with all scripts under `run/services` folder and builds and runs Docker images in background.
8888
- `.env` - list of environment variables.
8989
- `run/` - folder with general bash scripts.
90-
- `run/services/` - folder with bash scripts for a specific service.
9190
- `services/` - folder with Docker services files. For example, if you have `redis` service, then you would have `services/docker-compose.redis.yml` with specific configuration for `redis` service. Or if your service is a frontend app, then you'll need to clone it to `services/frontend/` and create `services/docker-compose.frontend.yml`.
9291
- `services/your-service/` - folder with your service, for ex. `frontend`.
9392

0 commit comments

Comments
 (0)