Skip to content

Commit

Permalink
Separate common-net to yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Oct 9, 2024
1 parent d497d9b commit 4306d0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ compose.*yaml
compose.*yml
!compose.*example.yaml
!compose.*example.yml
!compose.networks.yaml
!compose.networks.yml

# Main directories ignored for Data Store
/sftp-data
Expand Down
5 changes: 1 addition & 4 deletions compose.example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
networks:
common-net:
external: true

include:
- path: compose.networks.yaml
- path: adminer/compose.adminer.yaml
3 changes: 3 additions & 0 deletions compose.networks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
networks:
common-net:
external: true

0 comments on commit 4306d0b

Please sign in to comment.