chore(compose): move networks to top and reduce syntax

This commit is contained in:
jon r 2024-08-27 11:34:15 +02:00
parent cb44902e03
commit 8fc29a3183
1 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
networks:
internal:
federation:
external: true
services:
front:
build:
@ -192,9 +197,3 @@ services:
# networks:
# - federation
# - internal
networks:
internal:
federation:
name: federation
external: true