summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBiRabittoh <birabittoh@tilde.institute>2023-07-10 10:57:45 +0200
committerBiRabittoh <birabittoh@tilde.institute>2023-07-10 10:57:45 +0200
commitd0b48555764c256e84de9024a0d06056d0b27a90 (patch)
treef7c38b0d2c5dba748ec1111f7187ad2b03a65209
parenta981c9256c4e542b87bffc7f9228b9cc68c3c5f8 (diff)
downloadmy-docker-compose-d0b48555764c256e84de9024a0d06056d0b27a90.tar.gz
Close useless ports
-rw-r--r--cgit/docker-compose.yaml2
-rw-r--r--freshrss/docker-compose.yaml18
-rw-r--r--invidious/docker-compose.yaml2
3 files changed, 18 insertions, 4 deletions
diff --git a/cgit/docker-compose.yaml b/cgit/docker-compose.yaml
index c50612f..2594c75 100644
--- a/cgit/docker-compose.yaml
+++ b/cgit/docker-compose.yaml
@@ -3,8 +3,6 @@ services:
     image: joseluisq/alpine-cgit:latest
     container_name: cgit
     restart: unless-stopped
-    ports:
-      - "127.0.0.1:8787:80"
     volumes:
       - /etc/config/cgit/:/srv/git/
     networks:
diff --git a/freshrss/docker-compose.yaml b/freshrss/docker-compose.yaml
new file mode 100644
index 0000000..5f06992
--- /dev/null
+++ b/freshrss/docker-compose.yaml
@@ -0,0 +1,18 @@
+---
+version: "2.1"
+services:
+  freshrss:
+    image: lscr.io/linuxserver/freshrss:latest
+    container_name: freshrss
+    environment:
+      - PUID=1000
+      - PGID=1000
+      - TZ=Europe/Rome
+    volumes:
+      - /etc/config/freshrss:/config
+    restart: unless-stopped
+    networks:
+      - swag_default
+networks:
+  swag_default:
+    external: true
diff --git a/invidious/docker-compose.yaml b/invidious/docker-compose.yaml
index 8142ae0..d271efe 100644
--- a/invidious/docker-compose.yaml
+++ b/invidious/docker-compose.yaml
@@ -5,8 +5,6 @@ services:
     image: quay.io/invidious/invidious:latest
     restart: always
     stop_grace_period: 3s
-    ports:
-      - 127.0.0.1:3000:3000
     environment:
       INVIDIOUS_CONFIG: |
         db: