- Check-in voordat we aan bugfix beginnen te werken.
- Introductie van static-files serving met standaard nginx (niet ons docker nginx image), en een rsync service om static files te synchroniseren. Nog niet volledig afgewerkt!
This commit is contained in:
@@ -56,6 +56,11 @@ nodes:
|
||||
hostPort: 3012
|
||||
protocol: TCP
|
||||
|
||||
# Static files rsync access
|
||||
- containerPort: 30873
|
||||
hostPort: 3873
|
||||
protocol: TCP
|
||||
|
||||
# Mount points for persistent data on host
|
||||
extraMounts:
|
||||
# MinIO data persistence
|
||||
|
||||
Reference in New Issue
Block a user