WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 12 additions and 11 deletions
Showing only changes of commit 04fc693e77 - Show all commits

View file

@ -43,17 +43,6 @@ services:
depends_on: depends_on:
- home-assistant - home-assistant
portainer:
container_name: portainer
image: portainer/portainer
restart: always
ports:
- '9000:9000'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /docker/homeautomation/portainer:/data
- /etc/localtime:/etc/localtime:ro
mosquitto: mosquitto:
container_name: mosquitto container_name: mosquitto
image: eclipse-mosquitto image: eclipse-mosquitto

View file

@ -0,0 +1,12 @@
version: '3'
services:
portainer:
container_name: portainer
image: portainer/portainer
restart: always
ports:
- '9000:9000'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /docker/homeautomation/portainer:/data
- /etc/localtime:/etc/localtime:ro