Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ and [Shipyard](https://shipyard.build) out of the box.
- Run `make develop` at the root of this project.
- Visit the app at http://localhost:3000.
- Visit http://localhost:8080/api/v1/files to list objects in LocalStack s3 bucket.
- Make your code changes! The app will reload whenever you save.
- Make your code changes! The app will reload whenever you save.

Have fun!
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ services:
labels:
shipyard.init: 'npx sequelize-cli db:migrate'
shipyard.route: '/api'
shipyard.host.backend_alt: '{ "prefix": "foo" }'
shipyard.host.backend_alt2: '{ "prefix": "bar", "route": "/api-v1" }'
shipyard.host.backend_alt3: '{ "prefix": "baz", "route": "/api-v2", "port": 8081 }'
build:
context: 'backend'
environment:
Expand All @@ -47,6 +50,7 @@ services:
- 'postgres'
ports:
- '8080:8080'
- '8081:8081'
volumes:
- './backend/src:/app/src'

Expand All @@ -62,3 +66,4 @@ services:
volumes:
postgres:
localstack: