Skip to content

Commit

Permalink
testing removing .ssh and .gpg mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Sep 20, 2024
1 parent 4e8e4bf commit 0853718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
tty: true
cgroup: host
tmpfs:
# - /var/lib/docker:mode=0777,dev,size=15g,suid,exec
- /var/lib/docker:mode=0777,dev,size=15g,suid,exec
- /run
ports:
- "3000:3000" # grafana
Expand Down Expand Up @@ -78,14 +78,14 @@ services:
volumes:
# Mounts the project folder into the container
- ".:/vagrant"
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
# Mount your ~/.ssh folder into the container
# for Authenticating to Github
# - "~/.ssh:/home/ubuntu/.ssh"
# # For GPG Auth to Github
# - "~/.gnupg:/home/ubuntu/.gnupg"
# Add your .aws or .azure or .kube directories here
# - "$AZURE_CONFIG_DIR:/home/ubuntu/.azure"
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
working_dir: "/vagrant"
environment:
- ARCH
Expand Down

0 comments on commit 0853718

Please sign in to comment.