Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dockerized Testing Toolkit
DTT Backend
Commits
73816f7f
Verified
Commit
73816f7f
authored
Dec 15, 2020
by
Lukas Wiest
🚂
Browse files
feat(dev-templates): add compose file to build and run locally
parent
8a345357
Changes
1
Hide whitespace changes
Inline
Side-by-side
development-templates/custom.yml
0 → 100644
View file @
73816f7f
version
:
'
3'
services
:
backend
:
build
:
context
:
.
environment
:
-
DOCKER_HOST=unix:///var/run/docker.sock
container_name
:
modocot-devel-backend
ports
:
-
127.0.0.1:8080:8080
volumes
:
-
'
/var/run/docker.sock:/var/run/docker.sock'
-
'
/tmp/modocot-tests:/tmp/modocot-tests'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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