Skip to content

Commit

Permalink
Create portainer-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
growlf authored Feb 11, 2024
1 parent dd6d833 commit 4308884
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions portainer-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.8'
services:

# Building and testing environment
app:
build:
context: .
dockerfile: Dockerfile
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"

0 comments on commit 4308884

Please sign in to comment.