Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
d0897d26
Commit
d0897d26
authored
Jul 31, 2018
by
Zac Wood
Browse files
API docker-compose
parent
6456a846
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
0 → 100644
View file @
d0897d26
version
:
"
3"
services
:
api
:
image
:
schedules_api
ports
:
-
"
3000:3000"
command
:
./start.sh
schedules_api/start.sh
View file @
d0897d26
...
...
@@ -7,8 +7,8 @@ export SECRET_KEY_BASE=$(rails secret)
#cp db/development.sqlite3 db/production.sqlite3
# load data from patriot web into database
rails db:migrate
rails db:seed
#
rails db:migrate
#
rails db:seed
# start the server
rails s
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment