Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Oct 1, 2024
1 parent 1597140 commit 488b7b3
Show file tree
Hide file tree
Showing 66 changed files with 3 additions and 133 deletions.
2 changes: 0 additions & 2 deletions .archive/i2p/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
caddy:
hostname: caddy
Expand Down
2 changes: 0 additions & 2 deletions .archive/nocodb/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
nocodb:
labels:
Expand Down
2 changes: 0 additions & 2 deletions .archive/nocodb/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
redis:
logging:
Expand Down
2 changes: 0 additions & 2 deletions .archive/nocodb/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions .archive/snowflake/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
snowflake:
hostname: snowflake
Expand Down
2 changes: 0 additions & 2 deletions .archive/tor/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
default:

Expand Down
2 changes: 1 addition & 1 deletion _scripts/test_comp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ CHECK $'[ $COMP_EXIT_CODE -eq $EXIT_CODE_SIMPLE_VERB_FAILURE ]' \
"Expected EXIT_CODE_SIMPLE_VERB_FAILURE"

# Wait for tang to start and record health status
sleep 15s
sleep 30s

SETUP "that 'tang' is still running" \
"status -P tang" \
Expand Down
2 changes: 0 additions & 2 deletions airdcpp/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
airdcpp:
labels:
Expand Down
2 changes: 0 additions & 2 deletions airdcpp/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
openvpn:
logging:
Expand Down
2 changes: 0 additions & 2 deletions airdcpp/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
openvpn:
ports:
Expand Down
2 changes: 0 additions & 2 deletions airdcpp/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions certbot/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
certbot:
logging:
Expand Down
2 changes: 0 additions & 2 deletions certbot/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
certbot:
ports:
Expand Down
2 changes: 0 additions & 2 deletions certbot/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
certbot:
hostname: certbot
Expand Down
6 changes: 2 additions & 4 deletions comp
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,8 @@ if ! $DOCKER_COMPOSE_CMD version &> /dev/null ; then
__error 'Failed to locate: `'"$DOCKER_COMPOSE_CMD"'` or `'"$DOCKER_CMD"'-compose`!'
exit $EXIT_CODE_DEP_INSTALL_FAILURE
fi
else
DOCKER_COMPOSE_CMD="$LIB_DIR/compose"
fi
DOCKER_COMPOSE_CMD="$LIB_DIR/compose"
else
DOCKER_COMPOSE_CMD="$DOCKER_CMD-compose"
fi
Expand All @@ -483,9 +482,8 @@ if ! command -v $YQ_CMD &> /dev/null ; then
__error 'Failed to locate: `yq`!'
exit $EXIT_CODE_DEP_INSTALL_FAILURE
fi
else
YQ_CMD="$LIB_DIR/yq"
fi
YQ_CMD="$LIB_DIR/yq"
fi

# # # # # # # # # # # # # # # # # # # MAIN FUNCTION # # # # # # # # # # # # # # # # # # #
Expand Down
2 changes: 0 additions & 2 deletions docker_sock/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
docker.sock-proxy:
labels:
Expand Down
2 changes: 0 additions & 2 deletions docker_sock/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
docker.sock-proxy:
logging:
Expand Down
2 changes: 0 additions & 2 deletions docker_sock/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
shared:
external: true
Expand Down
2 changes: 0 additions & 2 deletions gitea/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
gitea:
labels:
Expand Down
2 changes: 0 additions & 2 deletions gitea/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
gitea:
logging:
Expand Down
2 changes: 0 additions & 2 deletions gitea/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions hass/docker-compose.devices.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
hass:
devices:
Expand Down
2 changes: 0 additions & 2 deletions hass/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
hass:
labels:
Expand Down
2 changes: 0 additions & 2 deletions hass/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
hass:
logging:
Expand Down
2 changes: 0 additions & 2 deletions hass/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions indexarr/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
jackett:
labels:
Expand Down
2 changes: 0 additions & 2 deletions indexarr/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
openvpn:
logging:
Expand Down
2 changes: 0 additions & 2 deletions indexarr/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
openvpn:
ports:
Expand Down
2 changes: 0 additions & 2 deletions indexarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions influxdb/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
influxdb:
logging:
Expand Down
2 changes: 0 additions & 2 deletions influxdb/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
influxdb:
ports:
Expand Down
2 changes: 0 additions & 2 deletions influxdb/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
influxdb:
hostname: influxdb
Expand Down
2 changes: 0 additions & 2 deletions kodi_db/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
mariadb:
logging:
Expand Down
2 changes: 0 additions & 2 deletions kodi_db/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
mariadb:
ports:
Expand Down
2 changes: 0 additions & 2 deletions kodi_db/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
mariadb:
hostname: mariadb
Expand Down
2 changes: 0 additions & 2 deletions monitarr/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
lidarr:
labels:
Expand Down
2 changes: 0 additions & 2 deletions monitarr/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
lidarr:
logging:
Expand Down
2 changes: 0 additions & 2 deletions monitarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions navidrome/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
navidrome:
labels:
Expand Down
2 changes: 0 additions & 2 deletions navidrome/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
navidrome:
logging:
Expand Down
2 changes: 0 additions & 2 deletions navidrome/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions nextcloud/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
nextcloud:
labels:
Expand Down
2 changes: 0 additions & 2 deletions nextcloud/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
mariadb:
logging:
Expand Down
2 changes: 0 additions & 2 deletions nextcloud/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions pihole/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
pihole:
labels:
Expand Down
2 changes: 0 additions & 2 deletions pihole/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
dnscrypt-proxy:
logging:
Expand Down
2 changes: 0 additions & 2 deletions pihole/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
pihole:
ports:
Expand Down
2 changes: 0 additions & 2 deletions qbittorrent/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
qbittorrent:
labels:
Expand Down
2 changes: 0 additions & 2 deletions qbittorrent/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
openvpn:
logging:
Expand Down
2 changes: 0 additions & 2 deletions qbittorrent/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
openvpn:
ports:
Expand Down
2 changes: 0 additions & 2 deletions qbittorrent/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions tang/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
tang:
labels:
Expand Down
2 changes: 0 additions & 2 deletions tang/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
tang:
logging:
Expand Down
2 changes: 0 additions & 2 deletions tang/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions telegraf/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
telegraf:
logging:
Expand Down
2 changes: 0 additions & 2 deletions telegraf/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
shared:
external: true
Expand Down
2 changes: 0 additions & 2 deletions teslamate/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
teslamate:
labels:
Expand Down
2 changes: 0 additions & 2 deletions teslamate/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
mqtt:
ports:
Expand Down
2 changes: 0 additions & 2 deletions teslamate/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
proxy:
external: true
Expand Down
2 changes: 0 additions & 2 deletions traefik/docker-compose.labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
traefik:
labels:
Expand Down
2 changes: 0 additions & 2 deletions traefik/docker-compose.logging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
traefik:
logging:
Expand Down
2 changes: 0 additions & 2 deletions traefik/docker-compose.ports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

services:
traefik:
ports:
Expand Down
2 changes: 0 additions & 2 deletions traefik/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2.4'

networks:
shared:
external: true
Expand Down
Loading

0 comments on commit 488b7b3

Please sign in to comment.