Remove movienight

sadge
This commit is contained in:
Salt 2022-05-02 15:19:56 -05:00
parent d78e0ce996
commit 73a5208d11
2 changed files with 0 additions and 15 deletions

View File

@ -327,6 +327,4 @@
proxy_pass: http://netbox:8080
- name: nagios.desu.ltd
proxy_pass: http://nagios:80
- name: movie.desu.ltd
proxy_pass: http://movienight:8089
tags: [ web, docker, ingress ]

View File

@ -1,13 +0,0 @@
# vim:ft=ansible:
- name: docker deploy movienight
docker_container:
name: movienight
image: rehashedsalt/movienight:latest
ports:
- 1935:1935
networks:
- name: web
aliases: [ "movienight" ]
volumes:
- /data/movienight/settings.json:/config/settings.json
tags: [ docker, movienight ]