Skip to content

Commit

Permalink
build(devcontainer): update devcontainer and compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Oct 5, 2023
1 parent f2de9fd commit fef3bae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
"ghcr.io/devcontainers/features/python:1": {},
},
"postCreateCommand": ".devcontainer/postCreate.sh",
"remoteEnv": {
"DISPLAY": "${localEnv:DISPLAY}"
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 0 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ services:
image: ghcr.io/home-assistant/home-assistant:2023.9.2
volumes:
- ../deployments/home-assistant/config:/config
ports:
- 8123:8123
restart: on-failure
userns_mode: keep-id
network_mode: host

0 comments on commit fef3bae

Please sign in to comment.