Skip to content

Commit

Permalink
Docker-compose files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Aug 4, 2023
1 parent be5bce5 commit fb58c82
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contrib/GUI/secondsight-gui-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ services:
- /dev/null:/etc/nginx/conf.d/default.conf:ro
depends_on:
- secondsight-gui

networks:
default:
driver: bridge
ipam:
driver: default
config:
- subnet: 10.0.99.0/24
8 changes: 8 additions & 0 deletions contrib/GUI/secondsight-gui-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@ services:
- /dev/null:/etc/nginx/conf.d/default.conf:ro
depends_on:
- secondsight-gui

networks:
default:
driver: bridge
ipam:
driver: default
config:
- subnet: 10.0.99.0/24

0 comments on commit fb58c82

Please sign in to comment.