Cleaning up unused stuff.
This commit is contained in:
@@ -13,14 +13,6 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "80:80"
|
- "80:80"
|
||||||
# thintz-com:
|
|
||||||
# image: docker.io/caddy:2
|
|
||||||
# volumes:
|
|
||||||
# #- /app/thintz-com/caddy:/etc/caddy
|
|
||||||
# - ./thintz-com/:/etc/caddy
|
|
||||||
# networks:
|
|
||||||
# - lb
|
|
||||||
# restart: unless-stopped
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx
|
image: nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
localhost
|
|
||||||
|
|
||||||
respond "thintz-com!"
|
|
||||||
log
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Docker Network Setup
|
|
||||||
After=docker.service
|
|
||||||
Requires=docker.service
|
|
||||||
[Service]
|
|
||||||
TimeoutStartSec=0
|
|
||||||
ExecStart=/usr/bin/docker network create -d bridge nassella
|
|
||||||
ExecStop=-/usr/bin/docker network rm nassella
|
|
||||||
Restart=never
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
Reference in New Issue
Block a user