chore(compose): move networks to top and reduce syntax
This commit is contained in:
parent
cb44902e03
commit
8fc29a3183
11
compose.yml
11
compose.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue