Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ei23fxg committed Mar 12, 2024
1 parent 6eb7934 commit ef5e4f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion ei23-docker/compose_templates/ei23.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# startpage for ei23-SmartHomeServer
# startpage for ei23-SmartHomeServer [deprecated - is now a python server]
ei23:
image: nginx:alpine
container_name: ei23
Expand Down
19 changes: 1 addition & 18 deletions ei23-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,4 @@ services:
logging:
options:
max-size: "5m"
max-file: "3"

# startpage for ei23-SmartHomeServer
# ei23:
# image: nginx:alpine
# container_name: ei23
# volumes:
# - ./volumes/ei23/conf:/etc/nginx/conf.d
# - ./volumes/ei23/web:/www
# - ./volumes/ei23/docs/site:/www/docs
# ports:
# - "80:80"
# # labels:
# # - traefik.enable=true
# # - traefik.http.routers.ei23-lan.rule=(Host(`192.168.178.2`) || Host(`raspberrypi`))
# # - traefik.http.routers.ei23-lan.priority=1
# # - traefik.http.routers.ei23-lan.entrypoints=lan
# restart: unless-stopped
max-file: "3"
13 changes: 0 additions & 13 deletions ei23-docker/volumes/ei23/conf/default.conf

This file was deleted.

0 comments on commit ef5e4f9

Please sign in to comment.