Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- TESTVAR=${TESTVAR:-app2}
stdin_open: true
tty: true
command: ["/bin/zsh"]
command: ["/bin/"]
volumes:
- /:/host
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
12 changes: 12 additions & 0 deletions git-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '1'
services:

# Building and testing environment
app:
image: ghcr.io/growlf/toolbox:testing
stdin_open: true
tty: true
command: ["/bin/zsh"]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
network_mode: "host"