revert ipv6

master
Paul Walko 2022-12-28 15:39:26 -05:00
parent 69a789372d
commit 91d729564f
8 changed files with 8 additions and 21 deletions

View File

@ -3,9 +3,7 @@
set -e
up () {
# Ensure iptables rules exist
# https://askubuntu.com/questions/1052919/iptables-reload-restart-on-ubuntu/1072948#1072948
docker network create --ipv6 --subnet "fd01::/80" pew-net || true
docker network create pew-net || true
# main caddy container
docker run \

View File

@ -9,6 +9,7 @@ up () {
--restart unless-stopped \
--workdir /home/node/app \
--env NODE_ENV=production \
--env TZ='America/New_York' \
--volume $PWD/CaverEveryHour:/home/node/app:rw \
--volume $PWD/cavereveryhour.env:/home/node/app/.env:ro \
--volume /bigdata/tmp/EveryHourBot/CaverEveryHour:/home/node/app/media:ro \

View File

@ -6,9 +6,7 @@ set -e
# https://docs.firefly-iii.org/firefly-iii/advanced-installation/cron/
up () {
# Ensure iptables rules exist
# https://askubuntu.com/questions/1052919/iptables-reload-restart-on-ubuntu/1072948#1072948
docker network create --ipv6 --subnet "fd01::/80" pew-net || true
docker network create pew-net || true
# Exposed on port 8080 in pew-net
# env options: https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example

View File

@ -3,9 +3,7 @@
set -e
up () {
# Ensure iptables rules exist
# https://askubuntu.com/questions/1052919/iptables-reload-restart-on-ubuntu/1072948#1072948
docker network create --ipv6 --subnet "fd01::/80" pew-net || true
docker network create pew-net || true
# Exposed on port 8080 in pew-net
docker run \

View File

@ -3,9 +3,7 @@
set -e
up () {
# Ensure iptables rules exist
# https://askubuntu.com/questions/1052919/iptables-reload-restart-on-ubuntu/1072948#1072948
docker network create --ipv6 --subnet "fd01::/80" pew-net || true
docker network create pew-net || true
# Exposed on port 3000 in pew-net
docker run \

View File

@ -3,9 +3,7 @@
set -e
up () {
# Ensure iptables rules exist
# https://askubuntu.com/questions/1052919/iptables-reload-restart-on-ubuntu/1072948#1072948
docker network create --ipv6 --subnet "fd01::/80" pew-net || true
docker network create pew-net || true
# Exposed on port 8080 in pew-net
docker run \

View File

@ -13,9 +13,7 @@ DB_PASS=mastodon
DB_PORT=5432
up () {
# Ensure iptables rules exist
# https://askubuntu.com/questions/1052919/iptables-reload-restart-on-ubuntu/1072948#1072948
docker network create --ipv6 --subnet "fd01::/80" pew-net || true
docker network create pew-net || true
docker run \
--detach \

View File

@ -3,9 +3,7 @@
set -e
up () {
# Ensure iptables rules exist
# https://askubuntu.com/questions/1052919/iptables-reload-restart-on-ubuntu/1072948#1072948
docker network create --ipv6 --subnet "fd01::/80" pew-net || true
docker network create pew-net || true
# Exposed on port 32400 in pew-net
docker run \