Fix naming of yaml files

This commit is contained in:
Tobias Manske 2022-08-08 23:55:41 +02:00
parent 72720301d1
commit 5e0cd90c6b
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
10 changed files with 12 additions and 0 deletions

View File

@ -103,3 +103,4 @@ volumes:
gitea_data:
drone_data:
pg_data:
...

View File

@ -24,3 +24,4 @@ services:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv6.conf.all.disable_ipv6=0
restart: unless-stopped
...

View File

@ -1,3 +1,4 @@
---
version: '3'
services:
miniflux:
@ -47,3 +48,4 @@ networks:
gateway:
external: true
name: gateway
...

View File

@ -1,3 +1,4 @@
---
version: '2'
services:
@ -60,3 +61,4 @@ networks:
name: gateway
backend:
internal: true
...

View File

@ -1,3 +1,4 @@
---
version: '3.9'
services:
@ -22,3 +23,4 @@ services:
volumes:
syncthing-data:
...

View File

@ -1,3 +1,4 @@
---
version: "3.4"
services:
@ -16,3 +17,4 @@ services:
networks:
gateway:
external: true
...

View File

@ -19,3 +19,4 @@ services:
networks:
gateway:
external: true
...