File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : " 3.9"
2
+ name : " coder"
2
3
services :
3
- coder :
4
+ server :
4
5
# This MUST be stable for our documentation and
5
6
# other automations.
6
7
image : ghcr.io/coder/coder:${CODER_VERSION:-latest}
@@ -17,10 +18,13 @@ services:
17
18
# the docker socket, you can uncomment the following
18
19
# lines and set the group ID to one that has write
19
20
# permissions on the docker socket.
20
- # group_add:
21
- # - "998" # docker group on host
21
+ group_add :
22
+ - " 998" # docker group on host
22
23
volumes :
23
24
- /var/run/docker.sock:/var/run/docker.sock
25
+ # - /home/j/.ssh/id_rsa:/home/coder/.ssh/id_rsa
26
+ # - /home/j/.ssh/id_rsa.pub:/home/coder/.ssh/id_rsa.pub
27
+ # - /home/j/homelab/coder/coder-templates:/home/coder/templates:Z
24
28
depends_on :
25
29
database :
26
30
condition : service_healthy
You can’t perform that action at this time.
0 commit comments