Skip to content

Commit

Permalink
add database_migrations in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoSekulic committed Jul 31, 2024
1 parent 2eac343 commit eb3da0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The development environment consist of several services defined in [compose.yaml
- `studio-designer` which is the actual build artifact with the .NET backend and the react-apps.
- `studio-repos` which is [gitea][20] with some custom config. More [here](gitea/README.md).
- `studio-db` which is a postgres database used by both `studio-designer` and `studio-repos`.
- `database_migrations` which is a one-time task container designed to perform and complete database migrations before exiting.

Run all parts of the solution in containers (Make sure docker is running), with docker compose as follows:

Expand Down

0 comments on commit eb3da0d

Please sign in to comment.