mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added proxy network
updated services in readme updated homepage
This commit is contained in:
@@ -21,6 +21,8 @@ services:
|
||||
- MYSQL_PASSWORD=example
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
- MYSQL_USER=nextcloud
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
nextcloud:
|
||||
image: nextcloud
|
||||
@@ -37,3 +39,9 @@ services:
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
- MYSQL_USER=nextcloud
|
||||
- MYSQL_HOST=db
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user